Skip to content

Commit d3c7241

Browse files
committed
fix new config location in workflow
1 parent 0b9e4e3 commit d3c7241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: extensions/ql-vscode
3030
run: npx playwright install --with-deps
3131
- name: Run Playwright tests
32-
working-directory: extensions/ql-vscode
32+
working-directory: extensions/ql-vscode/test/e2e
3333
run: npx playwright test
3434
- uses: actions/upload-artifact@v4
3535
if: always()

0 commit comments

Comments
 (0)