Skip to content

Commit

Permalink
🚧 Install dependencies even if we don't need them to avoid a post-set…
Browse files Browse the repository at this point in the history
…up failure (#258)
  • Loading branch information
janjakubnanista authored Jan 26, 2024
1 parent 41c09f6 commit e84e9a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
- name: Setup environment
uses: ./.github/workflows/actions/setup-environment

- name: Install dependencies
uses: ./.github/workflows/actions/install-dependencies

- name: Test
run: pnpm test:user

Expand Down

0 comments on commit e84e9a2

Please sign in to comment.