Skip to content

Commit 975d64c

Browse files
committed
ci: better debug api-tuner response data
1 parent 6b6ae4c commit 975d64c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,14 @@ jobs:
9191

9292
- run: npm run -w example test -- --debug
9393
- if: failure()
94+
name: upload app logs
9495
uses: actions/upload-artifact@v4
9596
with:
9697
name: smoke-test-logs
9798
path: example.log
9899
- if: failure()
100+
name: upload api-tuner response data
99101
uses: actions/upload-artifact@v7
100102
with:
101103
name: api-tuner-debug
102-
path: /tmp
104+
path: '${{ runner.temp }}/api-tuner*'

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"@types/express": "^5",
37-
"api-tuner": "^0.5.3"
37+
"api-tuner": "^0.5.4"
3838
}
3939
}

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)