Skip to content

Commit 7e58d69

Browse files
committed
cd into the correct directory some more
1 parent f065168 commit 7e58d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555

5656
- name: Install node dependencies
5757
# if: steps.node-modules-cache.outputs.cache-hit != 'true'
58-
run: cd admin && npm install
58+
run: cd browser-tests && npm install
5959

6060
- name: Install playwright dependencies
6161
run: |
62-
cd admin
62+
cd browser-tests
6363
sudo npx playwright install-deps
6464
npx playwright install
6565

0 commit comments

Comments
 (0)