Skip to content

Commit 07c06e3

Browse files
committed
ci(e2e-github-action): update e2e file with latest changes from playwright
1 parent a2d554f commit 07c06e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '14.x'
15+
node-version: '18.x'
1616
- name: Install dependencies
17-
run: npm ci
17+
run: npm install -g yarn && yarn install --frozen-lockfile
1818
- name: Install Playwright Browsers
19-
run: npx playwright install --with-deps
19+
run: yarn playwright install --with-deps
2020
- name: Run Playwright tests
21-
run: npm run test
21+
run: yarn test
2222
- uses: actions/upload-artifact@v3
2323
if: always()
2424
with:

0 commit comments

Comments
 (0)