Skip to content

Commit 7c3ae33

Browse files
ci ci ci
1 parent 93f326b commit 7c3ae33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,16 @@ jobs:
4040
run: harperdb start && sleep 5
4141

4242
- name: Install Next.js v14 Fixture dependencies
43-
working-directory: fixtures/next-14
43+
working-directory: ./fixtures/next-14
4444
run: |
4545
npm install
4646
npx playwright install chromium --with-deps
4747
4848
- name: Run Next.js v14 Fixture tests
49-
working-directory: fixtures/next-14
49+
working-directory: ./fixtures/next-14
5050
run: npm run test
5151

5252
- uses: actions/upload-artifact@v4
53-
working-directory: fixtures/next-14
5453
if: ${{ !cancelled() }}
5554
with:
5655
name: playwright-report

0 commit comments

Comments
 (0)