Skip to content

Commit

Permalink
chore(ci): add default package builds before testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-aquino committed Feb 22, 2025
1 parent 9ec4ed9 commit 031b633
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/zimic-release-npm-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
id: zimic-setup
with:
install: '"zimic-test-client..." "zimic-example*..."'
build: '"zimic-test-client^..." "zimic-example*^..."'
turbo-token: ${{ inputs.turbo-token }}
turbo-team: ${{ inputs.turbo-team }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-zimic-fetch-to-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
with:
turbo-token: ${{ env.TURBO_TOKEN }}
turbo-team: ${{ env.TURBO_TEAM }}
install: '@zimic/fetch...'

- name: Get release settings
id: release-settings
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-zimic-http-to-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
with:
turbo-token: ${{ env.TURBO_TOKEN }}
turbo-team: ${{ env.TURBO_TEAM }}
install: '@zimic/http...'

- name: Get release settings
id: release-settings
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-zimic-interceptor-to-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
with:
turbo-token: ${{ env.TURBO_TOKEN }}
turbo-team: ${{ env.TURBO_TEAM }}
install: '@zimic/interceptor...'

- name: Get release settings
id: release-settings
Expand Down

0 comments on commit 031b633

Please sign in to comment.