Skip to content

Commit 618912e

Browse files
committed
Fix yml format
1 parent 6d14b84 commit 618912e

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

.github/workflows/tests.yml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Training Portal Tests"
2+
23
on:
34
push:
45
branches: [main]
@@ -8,22 +9,23 @@ on:
89
jobs:
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

0 commit comments

Comments
 (0)