Skip to content

Commit ab9d953

Browse files
committed
ci: combine artifact steps
1 parent 975d64c commit ab9d953

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,10 @@ jobs:
9191

9292
- run: npm run -w example test -- --debug
9393
- if: failure()
94-
name: upload app logs
94+
name: upload debug artifacts
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: smoke-test-logs
98-
path: example.log
99-
- if: failure()
100-
name: upload api-tuner response data
101-
uses: actions/upload-artifact@v7
102-
with:
103-
name: api-tuner-debug
104-
path: '${{ runner.temp }}/api-tuner*'
97+
name: smoke-test-debug
98+
path: |
99+
example.log
100+
${{ runner.temp }}/api-tuner*

0 commit comments

Comments
 (0)