This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed
Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ name: Test on PR branch
22on : pull_request
33
44jobs :
5- runs-on : ubuntu-20.04
6- steps :
7- - name : Checkout
8- uses : actions/checkout@v3
5+ runs-on : ubuntu-20.04
6+ steps :
7+ - name : Checkout
8+ uses : actions/checkout@v3
99
10- - name : Set up Node.js
11- uses : actions/setup-node@v3
12- with :
13- node-version : ' 20'
10+ - name : Set up Node.js
11+ uses : actions/setup-node@v3
12+ with :
13+ node-version : ' 20'
1414
15- - name : Install dependencies
16- run : npm ci
15+ - name : Install dependencies
16+ run : npm ci
1717
18- - name : Install playwright browsers
19- run : npx playwright install chromium
18+ - name : Install playwright browsers
19+ run : npx playwright install chromium
2020
21- - name : Run unit tests
22- run : npm run-script test
21+ - name : Run unit tests
22+ run : npm run-script test
Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ name: Test On Push
22on : push
33
44jobs :
5- runs-on : ubuntu-20.04
6- steps :
7- - name : Checkout
8- uses : actions/checkout@v3
5+ runs-on : ubuntu-20.04
6+ steps :
7+ - name : Checkout
8+ uses : actions/checkout@v3
99
10- - name : Set up Node.js
11- uses : actions/setup-node@v3
12- with :
13- node-version : ' 20'
10+ - name : Set up Node.js
11+ uses : actions/setup-node@v3
12+ with :
13+ node-version : ' 20'
1414
15- - name : Install dependencies
16- run : npm ci
15+ - name : Install dependencies
16+ run : npm ci
1717
18- - name : Install playwright browsers
19- run : npx playwright install chromium
18+ - name : Install playwright browsers
19+ run : npx playwright install chromium
2020
21- - name : Run unit tests
22- run : npm run-script test
21+ - name : Run unit tests
22+ run : npm run-script test
You can’t perform that action at this time.
0 commit comments