Skip to content

Commit d6d3073

Browse files
committed
Change directory to training portal for tests
1 parent d92564d commit d6d3073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Tests"
1+
name: "Training Portal Tests"
22
on:
33
push:
44
branches: [main]
@@ -22,6 +22,7 @@ jobs:
2222
- run: npm install
2323

2424
# Setup config
25+
- run: cd trainingportal
2526
- run: cp config.json.docker config.json
2627

2728
# Setup local database and local user

0 commit comments

Comments
 (0)