Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent b8777f6 commit b5f9ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ runs:
shell: bash
run: |
pnpm i
pnpm i --prefix=examples/users-api
pnpm i --prefix=examples/${{ inputs.integration }} --no-package-lock --legacy-peer-deps
pnpm i --prefix=examples/users-api --frozen-lockfile
pnpm i --prefix=examples/${{ inputs.integration }} --frozen-lockfile
- name: Start mock API server
shell: bash
Expand Down

0 comments on commit b5f9ce0

Please sign in to comment.