We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06be597 commit 31d3d43Copy full SHA for 31d3d43
.github/workflows/tests.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
npm run start:backend &
82
npm run build:test-app
83
- npm run e2e
+ npm run e2e -w apps/cache-testing
84
- uses: actions/upload-artifact@v4
85
if: always()
86
with:
0 commit comments