Skip to content

Commit

Permalink
Try sync on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Nov 1, 2024
1 parent b74162f commit cac7564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Test
run: |
yarn install --immutable
yarn sync
yarn test
lint:
Expand All @@ -71,4 +72,5 @@ jobs:
- name: Lint
run: |
yarn install --immutable
yarn sync
yarn lint:ci

0 comments on commit cac7564

Please sign in to comment.