Skip to content

Commit

Permalink
Ensure test deps are used during @inngest/middleware-validation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Dec 11, 2024
1 parent bafe07c commit 82752ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ runs:
run: pnpm run build
shell: bash
working-directory: ${{ inputs.working-directory }}/packages/inngest

- name: Install dependencies to link
if: ${{ inputs.install-dependencies == 'true' }}
run: pnpm install
shell: bash
working-directory: ${{ inputs.working-directory }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-and-build
with:
install-dependencies: false
install-dependencies: true
build: false
- run: pnpm install
- run: pnpm test
Expand Down

0 comments on commit 82752ca

Please sign in to comment.