File tree Expand file tree Collapse file tree 1 file changed +15
-21
lines changed
Expand file tree Collapse file tree 1 file changed +15
-21
lines changed Original file line number Diff line number Diff line change 77 branches : [develop, master]
88
99jobs :
10- test-client :
11- name : Test Client
12- runs-on : ubuntu-latest
13- defaults :
14- run :
15- working-directory : ./client
16-
17- steps :
18- - name : Checkout repository
19- uses : actions/checkout@v3
10+ # test-client:
11+ # name: Test Client
12+ # runs-on: ubuntu-latest
13+ # defaults:
14+ # run:
15+ # working-directory: ./client
2016
21- - name : Setup Node.js
22- uses : actions/setup-node@v3
23- with :
24- node-version : 18
17+ # steps:
18+ # - name: Checkout repository
19+ # uses: actions/checkout@v3
2520
26- - name : Install dependencies
27- run : npm install
21+ # - name: Setup Node.js
22+ # uses: actions/setup-node@v3
23+ # with:
24+ # node-version: 18
2825
29- - name : Run client tests
30- run : npm test
26+ # - name: Install dependencies
27+ # run: npm install
3128
3229 test-server :
3330 name : Test Server
4744
4845 - name : Install dependencies
4946 run : npm install
50-
51- - name : Run server tests
52- run : npm test
You can’t perform that action at this time.
0 commit comments