Skip to content

Commit

Permalink
check files have been created
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Aug 19, 2024
1 parent aa796a3 commit 01060b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
-run TestFwdctl/strace \
-args -test.gocoverdir=/tmp/integration/
- name: check files have been created
run: |
cat syscalls/*.log
- name: Upload cover profiles
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 01060b6

Please sign in to comment.