Skip to content

Commit

Permalink
Force resolving github https
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Macdonald committed Sep 30, 2021
1 parent 21f9a7c commit bdd9228
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: ./scripts/ci/couch-start
- name: Create logs directory
run: mkdir tests/logs
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- name: npm CI
run: npm ci
- name: Grunt Install
Expand Down

0 comments on commit bdd9228

Please sign in to comment.