From 0d0459a3a30f97d3d28a2911e56e5bbdcce2a0c7 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 7 Nov 2021 15:31:08 -0500 Subject: [PATCH] Make tests have config.json --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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