We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560c9e1 commit abe76d9Copy full SHA for abe76d9
.github/workflows/integration-test.yml
@@ -98,4 +98,5 @@ jobs:
98
uses: actions/upload-artifact@v4
99
with:
100
name: failed-zombienet-logs
101
- path: ${{ env.TEST_DIR }}/logs
+ path: |
102
+ ${{ env.TEST_DIR }}/*.log
0 commit comments