Skip to content

Commit

Permalink
ci: force run
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarthan committed Jul 27, 2023
1 parent a2b5374 commit 5976d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: setup
with:
working-directory: ./tests/turbo/setup/default
- run: pnpm build --cache-dir=${{ steps.setup.outputs.turbo-cache-directory }}
- run: pnpm build --cache-dir=${{ steps.setup.outputs.turbo-cache-directory }} --force
working-directory: ./tests/turbo/setup/default

- name: Test
Expand Down

0 comments on commit 5976d15

Please sign in to comment.