We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf7169 commit 4439d76Copy full SHA for 4439d76
1 file changed
.github/workflows/test.yml
@@ -90,18 +90,9 @@ jobs:
90
- name: Run e2e tests
91
run: make e2e
92
93
- - name: Collect minindn logs on failure
94
- if: failure()
95
- run: |
96
- if [ -d /tmp/minindn ]; then
97
- tar -czf /tmp/minindn-logs.tgz -C /tmp minindn
98
- else
99
- echo "No /tmp/minindn directory found"
100
- fi
101
-
102
- - name: Upload minindn logs
+ - name: Upload minindn logs on failure
103
if: failure()
104
uses: actions/upload-artifact@v4
105
with:
106
name: minindn-logs
107
- path: /tmp/minindn-logs.tgz
+ path: /tmp/minindn
0 commit comments