Skip to content

Commit

Permalink
Whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Apr 4, 2024
1 parent 3c12b9a commit 43017e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
expectedGradleVersion: "8.7"
run: |
if [[ "${version}" =~ "graal" ]]; then
cd test-graal
cd test-graal
else
cd test
cd test
fi
./run.sh "gradle:${version}" "${expectedGradleVersion}"

0 comments on commit 43017e2

Please sign in to comment.