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