We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f326b commit 7c3ae33Copy full SHA for 7c3ae33
.github/workflows/test.yaml
@@ -40,17 +40,16 @@ jobs:
40
run: harperdb start && sleep 5
41
42
- name: Install Next.js v14 Fixture dependencies
43
- working-directory: fixtures/next-14
+ working-directory: ./fixtures/next-14
44
run: |
45
npm install
46
npx playwright install chromium --with-deps
47
48
- name: Run Next.js v14 Fixture tests
49
50
run: npm run test
51
52
- uses: actions/upload-artifact@v4
53
54
if: ${{ !cancelled() }}
55
with:
56
name: playwright-report
0 commit comments