Skip to content

Commit

Permalink
test artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PioBeat committed May 28, 2024
1 parent 5434a22 commit 7349196
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ jobs:

- name: Run tests
run: mvn test

- name: Zip test results
run: |
mkdir -p artifacts
zip -r artifacts/test-results.zip src/test/resources/dump
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results
path: artifacts/test-results.zip

0 comments on commit 7349196

Please sign in to comment.