From 7f22687c248bc2fce288519e699439708c1383fc Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 3 Feb 2020 23:13:40 -0500 Subject: [PATCH] Updated CI to use config.json --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04a246be..bc7a3123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v1 - run: npm install - name: Copy configuration - run: cp config.js.example config.js + run: cp config.json.example config.json # Create Chrome artifacts - name: Create Chrome artifacts