Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 14568fa

Browse files
Merge pull request #135 from codeceptjs/kobenguyent-patch-1
2 parents c9c1fc0 + 3d42812 commit 14568fa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎.github/workflows/test.yml‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Unit tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- '**'
410

511
jobs:
612
test:
@@ -9,7 +15,7 @@ jobs:
915

1016
strategy:
1117
matrix:
12-
node-version: [16.x, 18.x]
18+
node-version: [18.x]
1319

1420
steps:
1521
- uses: actions/checkout@v3
@@ -19,7 +25,7 @@ jobs:
1925
node-version: ${{ matrix.node-version }}
2026
- name: run unit tests
2127
run: |
22-
npm i
28+
npm i && npx playwright install chromium
2329
npm test
2430
- name: Build
2531
run: |
@@ -28,7 +34,7 @@ jobs:
2834
- name: Run acceptance tests
2935
working-directory: ./__test__
3036
run: |
31-
npm i
37+
npm i && npx playwright install chromium
3238
npm run test
3339
env:
3440
MAILINATOR_TOKEN: ${{secrets.MAILINATOR_TOKEN}}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /