Skip to content

Commit

Permalink
Another attempt to fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 8, 2021
1 parent 471d0d1 commit 671c3cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: |
git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://
git config --global url."https://".insteadOf ssh://
npm ci
- name: Test
run: npm test
Expand Down

0 comments on commit 671c3cb

Please sign in to comment.