Updated CI to use config.json

This commit is contained in:
Ajay Ramachandran
2020-02-03 23:13:40 -05:00
parent 7404e0831b
commit 7f22687c24

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
- run: npm install - run: npm install
- name: Copy configuration - name: Copy configuration
run: cp config.js.example config.js run: cp config.json.example config.json
# Create Chrome artifacts # Create Chrome artifacts
- name: Create Chrome artifacts - name: Create Chrome artifacts