Skip to content

Commit

Permalink
chore: adds working directory for build
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydmays committed Feb 28, 2024
1 parent 0eb4bab commit 25c0659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./lesson_02/quiz/gradlew build
working_directory: ./lesson_02/quiz
run: ./gradlew build

dependency-submission:

Expand Down

0 comments on commit 25c0659

Please sign in to comment.