Skip to content

Commit 82e4737

Browse files
refactor workflow to streamline dependency installation for E2E tests
1 parent 570a79b commit 82e4737

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/e2e-corn.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424

25-
- name: Install Node.js
26-
uses: actions/setup-node@v4
27-
with:
28-
node-version: 22
29-
30-
- name: Install Playwright
31-
run: npx exec playwright install
25+
- name: Install dependencies
26+
run: npm ci && npx playwright install --with-deps
3227

3328
- name: Run E2E tests
3429
env:

0 commit comments

Comments
 (0)