File tree Expand file tree Collapse file tree 1 file changed +12
-21
lines changed
Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Original file line number Diff line number Diff line change 11---
22name : Test
3-
43on :
54 merge_group :
65 branches :
76 - v2
87 workflow_dispatch :
98 pull_request :
10-
119jobs :
1210 # unit tests
1311 units :
1412 name : Test Javascript
1513 runs-on : ubuntu-latest
1614 steps :
17- - uses : actions/checkout@v4
18-
19- - name : Set Node.js 20.x
20- 21- with :
22- node-version : 20
23- cache : npm
24-
25- - name : Install Dependencies
26- run : npm ci
27-
28- - name : Run Lint Test
29- run : npm run lint
30-
31- - name : Run tests
32- run : npm test
33-
15+ 16+ - name : Set Node.js 20.x
17+ 18+ with :
19+ node-version : 20
20+ cache : npm
21+ - name : Install Dependencies
22+ run : npm ci
23+ - name : Run Lint Test
24+ run : npm run lint
25+ - name : Run tests
26+ run : npm test
3427 e2e :
3528 name : Test Updatecli Github Action
3629 runs-on : ubuntu-latest
3730 steps :
3831 - name : Git Checkout
3932 uses : actions/checkout@v4
40-
4133 - name : Install Updatecli
4234 uses : ./
43-
4435 - name : Test local action without install-only
4536 run : updatecli diff --config testdata/updatecli.d/test.yaml
You can’t perform that action at this time.
0 commit comments