We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710125c commit 0095551Copy full SHA for 0095551
.github/workflows/pr-main-workflow.yml
@@ -23,4 +23,6 @@ jobs:
23
cd autotests
24
npm ci
25
- name: Run your tests
26
- run: DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
+ run: |
27
+ cd autotests
28
+ DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
0 commit comments