Skip to content

Commit

Permalink
Switch to Yarn (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
2 people authored and GitHub committed Jun 10, 2020
1 parent 56a17ac commit de0090d
Show file tree
Hide file tree
Showing 5 changed files with 6,960 additions and 10,321 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: git fetch --prune --unshallow
-
name: Install
run: npm install
run: yarn install
-
name: Test
run: npm run test
run: yarn run test
-
name: Upload coverage
uses: codecov/codecov-action@v1
Expand Down
Loading

0 comments on commit de0090d

Please sign in to comment.