Skip to content

Commit 435f4c3

Browse files
committed
Workflow: Changed test command
1 parent 71edc83 commit 435f4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Playwright tests
3232
id: test-ui
3333
run: |
34-
make tests | tee output.log
34+
cd tests && npx playwright test | tee output.log
3535
if grep -q "failed" output.log; then
3636
echo "Playwright tests failed. Please view the Playwright report to see full error."
3737
exit 1

0 commit comments

Comments
 (0)