Skip to content

Commit 49018f1

Browse files
committed
WIP
1 parent 5bc8254 commit 49018f1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/test-pr.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,21 @@ jobs:
4949
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
5050
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
5151
52-
- name: Install Dependencies
52+
- name: npm ci
5353
shell: "bash"
5454
run: |
5555
export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"
56+
sudo chmod -R 777 /Users/runner/Library/Caches
5657
npm ci
57-
sudo mkdir -p /Users/runner/Library/Caches/ms-playwright
58-
sudo chmod -R 777 /Users/runner/Library/Caches/ms-playwright
58+
59+
- name: npx playwright install
60+
shell: "bash"
61+
run: |
5962
sudo npx playwright install chromium --with-deps
63+
64+
- name: install-build-deps
65+
shell: "bash"
66+
run: |
6067
npm run install-build-deps
6168
6269
- name: Lint

0 commit comments

Comments
 (0)