Skip to content

Commit 222dedb

Browse files
committed
Fix yml format
1 parent 618912e commit 222dedb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,25 @@ on:
88

99
jobs:
1010
tests:
11+
name: Portal Unit Tests
1112
runs-on: ubuntu-latest
1213

1314
steps:
1415
- name: Repo Checkout
15-
uses: actions/checkout@v2
16+
uses: actions/checkout@v2
1617

1718
- name: Setup Node
1819
uses: actions/setup-node@v1
1920
with:
2021
node-version: 14
2122

2223
- name: Setup Portal
23-
working-directory: ./trainingportal
24-
run: |
25-
npm install
26-
config.json.docker config.json
27-
tools/devSetup.js
28-
24+
working-directory: ./trainingportal
25+
run: |
26+
npm install
27+
config.json.docker config.json
28+
tools/devSetup.js
29+
2930
- name: Run Tests
30-
working-directory: ./trainingportal
31-
run: npm test
31+
working-directory: ./trainingportal
32+
run: npm test

0 commit comments

Comments
 (0)