We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd1e77 commit 710125cCopy full SHA for 710125c
.github/workflows/pr-main-workflow.yml
@@ -17,13 +17,10 @@ jobs:
17
- name: Use Node.js
18
uses: actions/setup-node@v4
19
with:
20
- always-auth: true
21
node-version: 18
22
- registry-url: https://npm.pkg.github.com
23
- scope: '@secretkeylabs'
24
- cache: npm
25
- - name: Test UI
+ - name: Install dependencies
26
run: |
27
cd autotests
28
- npm install
29
- DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
+ npm ci
+ - name: Run your tests
+ run: DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
0 commit comments