Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 8, 2021
1 parent 2021350 commit 471d0d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
key: ${{ runner.os }}-${{ steps.nodeversion.outputs.version }}-${{ hashFiles('npm-shrinkwrap.json') }}
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
run: npm ci
run: |
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
npm ci
- name: Test
run: npm test
- name: Lint
Expand Down

0 comments on commit 471d0d1

Please sign in to comment.