Skip to content

Commit

Permalink
fix the tests.yaml to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jul 9, 2021
1 parent 3cb0f44 commit 3e898dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -18,5 +20,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: npm test
- run: yarn install --frozen-lockfile
- run: yarn test

0 comments on commit 3e898dc

Please sign in to comment.