Skip to content

Commit

Permalink
#4 [setup] Fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 16, 2024
1 parent 5f3ebe9 commit 36d93c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Execute Gradle build
run: ./gradlew build
- name: Execute Gradle Build of Gateway
run: (cd gateway && ./gradlew build)

0 comments on commit 36d93c7

Please sign in to comment.