diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83a957e4..035179b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: with: node-version: '16' - run: npm ci - + - name: Copy configuration + run: cp config.json.example config.json + - name: Run tests run: npm run test-without-building \ No newline at end of file