Make tests have config.json

This commit is contained in:
Ajay Ramachandran
2021-11-07 15:31:08 -05:00
parent 7dfee81188
commit 0d0459a3a3

View File

@@ -15,6 +15,8 @@ jobs:
with: with:
node-version: '16' node-version: '16'
- run: npm ci - run: npm ci
- name: Copy configuration
run: cp config.json.example config.json
- name: Run tests - name: Run tests
run: npm run test-without-building run: npm run test-without-building