Skip to content

Commit

Permalink
added artifact upload for tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusbrehme committed Oct 15, 2023
1 parent b0adf7a commit f3776ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: ./gradlew test
working-directory: ${{env.working-directory }}

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: tests
path: ./api/build/reports/tests/


checkstyle:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3776ac

Please sign in to comment.