Skip to content

Commit

Permalink
ci: add androidTest-results to CI job artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Nov 8, 2023
1 parent edd533f commit a6085da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ jobs:
if: always()
with:
name: artifact
path: ./parsely/build/reports/*
path: |
./parsely/build/reports/*
./parsely/build/outputs/androidTest-results

0 comments on commit a6085da

Please sign in to comment.