Skip to content

Commit 27f2c16

Browse files
authored
Run gradle from the exercises directory
Further experimentation for exercism#1726
1 parent 1e55e9f commit 27f2c16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
run: bin/configlet lint .
2727
- name: Grant execute permission for gradlew
2828
run: chmod +x gradlew
29-
- name: Change directory to exercises
30-
run: cd exercises
3129
- name: Compile and checkstyle with Gradle
32-
run: ../gradlew check compileStarterSourceJava --parallel --continue
30+
run: cd exercises && ../gradlew check compileStarterSourceJava --parallel --continue

0 commit comments

Comments
 (0)