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 a78ad6d commit 347a765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/integration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,17 @@ runs:
cd examples/users-api
pnpm i
pnpm run start &
env:
PORT: 3001

- name: Start application
shell: bash
run: |
cd examples/${{ inputs.integration }}
pnpm i
pnpm run start &
env:
PORT: 3000

- name: Run Cypress test
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 347a765

Please sign in to comment.