We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f065168 commit 7e58d69Copy full SHA for 7e58d69
.github/workflows/browser-tests.yml
@@ -55,11 +55,11 @@ jobs:
55
56
- name: Install node dependencies
57
# if: steps.node-modules-cache.outputs.cache-hit != 'true'
58
- run: cd admin && npm install
+ run: cd browser-tests && npm install
59
60
- name: Install playwright dependencies
61
run: |
62
- cd admin
+ cd browser-tests
63
sudo npx playwright install-deps
64
npx playwright install
65
0 commit comments