Skip to content

Commit 02b13f1

Browse files
committed
Fix missing command
1 parent 222dedb commit 02b13f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
working-directory: ./trainingportal
2525
run: |
2626
npm install
27-
config.json.docker config.json
27+
cp config.json.docker config.json
2828
tools/devSetup.js
29-
29+
3030
- name: Run Tests
3131
working-directory: ./trainingportal
3232
run: npm test

0 commit comments

Comments
 (0)