Skip to content

Commit d07f774

Browse files
committed
Support running github actions locally
1 parent c2da0e7 commit d07f774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/2wr-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
node-version: ${{ matrix.node-version }}
3131
- run: npm ci
3232
working-directory: ./2wr-app
33-
- run: npx playwright install
33+
- run: npx playwright install chromium --with-deps
3434
working-directory: ./2wr-app
3535
- name: Write sample env file for e2e tests
36-
run: 'cp ./2wr-app/.env-sample ./2wr-app/.env'
36+
run: 'cp ./2wr-app/.env-sample ./2wr-app/.env'
3737
- run: npm run e2etest
3838
working-directory: ./2wr-app
3939
- name: Upload e2e Test Results

0 commit comments

Comments
 (0)