Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 17, 2024
1 parent 3a28a58 commit 0980a4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:

- name: Check contents suave-playground
if: ${{ always() }}
run: ls /tmp/playground
run: |
ls /tmp/playground
ls /tmp/playground/logs
- name: Upload playground artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0980a4c

Please sign in to comment.