Skip to content

Commit

Permalink
does this work, sorry gar
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 11, 2022
1 parent e0fb743 commit 805e750
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ jobs:
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- run: npm i
- run: npm test --ignore-scripts
- run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
npm test --ignore-scripts

0 comments on commit 805e750

Please sign in to comment.