Skip to content

Commit

Permalink
cron.yml action does npm rebuild sharp before test
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Jun 20, 2022
1 parent 6f12c4f commit 3d00e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
node-version: 16
- uses: bahmutov/npm-install@v1
- run: npm -w cron rebuild sharp
- name: Test (ES)
run: yarn --cwd packages/cron test
env:
Expand Down

0 comments on commit 3d00e0d

Please sign in to comment.