Skip to content

Commit

Permalink
try to publish test result summary
Browse files Browse the repository at this point in the history
 separate build and test
  • Loading branch information
pahjbo committed Mar 25, 2024
1 parent e7f10ac commit 7fb4b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache-overwrite-existing: true
- name: Run Gradle build
working-directory: ./main
run: ./gradlew -U build
run: ./gradlew -U build -x test

- name: Upload interface definition
uses: actions/[email protected]
Expand Down

0 comments on commit 7fb4b20

Please sign in to comment.