From 02b13f1944640f9c23aebbf0741bf277893ab91a Mon Sep 17 00:00:00 2001 From: paul-ion Date: Sat, 21 Dec 2024 21:25:46 -0500 Subject: [PATCH] Fix missing command --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a82ec3..f78124c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,9 +24,9 @@ jobs: working-directory: ./trainingportal run: | npm install - config.json.docker config.json + cp config.json.docker config.json tools/devSetup.js - + - name: Run Tests working-directory: ./trainingportal run: npm test \ No newline at end of file