Skip to content

Commit

Permalink
Use find to locate coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Sep 15, 2023
1 parent 3fc1b0d commit 0031dfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
name: logs
path: packages/api/logs

- name: Find coverage file
working-directory: "."
run: |
find . -name coverage-summary.json
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0031dfc

Please sign in to comment.