Skip to content

Commit

Permalink
fix(workflow): prepare test env
Browse files Browse the repository at this point in the history
  • Loading branch information
timaramazanov committed Apr 24, 2024
1 parent 7d413ad commit 5f86077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm run build

- name: Test
run: pnpm run test
run: pnpm run prepare && pnpm run test

- name: Semantic Release
env:
Expand Down

0 comments on commit 5f86077

Please sign in to comment.