Skip to content

Commit

Permalink
fix: gradle build error on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-convention committed Jul 1, 2023
1 parent 30a0d4b commit b9ad875
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build-Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-version: release-candidate
- run: gradle build --dry-run
- run: gradle build

- name: ls
run: ls ./build/libs

0 comments on commit b9ad875

Please sign in to comment.