Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
yarn install before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jan 14, 2021
1 parent c194ead commit 6d712a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Test
if: startsWith(matrix.os, 'macos')
run: |
yarn
yarn run test
yarn run snyk
env:
Expand Down

0 comments on commit 6d712a0

Please sign in to comment.