File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed
Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 11name : " Training Portal Tests"
2+
23on :
34 push :
45 branches : [main]
89jobs :
910 tests :
1011 runs-on : ubuntu-latest
12+
1113 steps :
12- - name : Repo Checkout
13- uses : actions/checkout@v2
14+ - name : Repo Checkout
15+ uses : actions/checkout@v2
1416
15- - name : Setup Node
16- uses : actions/setup-node@v1
17- with :
18- node-version : 14
17+ - name : Setup Node
18+ uses : actions/setup-node@v1
19+ with :
20+ node-version : 14
1921
20- - name : Setup Portal
21- working-directory : ./trainingportal
22- run : |
23- npm install
24- config.json.docker config.json
25- tools/devSetup.js
22+ - name : Setup Portal
23+ working-directory : ./trainingportal
24+ run : |
25+ npm install
26+ config.json.docker config.json
27+ tools/devSetup.js
2628
27- - name : Run Tests
28- working-directory : ./trainingportal
29- run : npm test
29+ - name : Run Tests
30+ working-directory : ./trainingportal
31+ run : npm test
You can’t perform that action at this time.
0 commit comments