Skip to content

Commit 710125c

Browse files
update run steps in the workflow file
1 parent afd1e77 commit 710125c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

+4-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
always-auth: true
2120
node-version: 18
22-
registry-url: https://npm.pkg.github.com
23-
scope: '@secretkeylabs'
24-
cache: npm
25-
- name: Test UI
21+
- name: Install dependencies
2622
run: |
2723
cd autotests
28-
npm install
29-
DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
24+
npm ci
25+
- name: Run your tests
26+
run: DEBUG=pw:api xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test

0 commit comments

Comments
 (0)