Skip to content

Commit 0095551

Browse files
correct the wrong folder execution
1 parent 710125c commit 0095551

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-main-workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
cd autotests
2424
npm ci
2525
- name: Run your tests
26-
run: DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
26+
run: |
27+
cd autotests
28+
DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test

0 commit comments

Comments
 (0)