Skip to content

Commit

Permalink
yarn start background
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 26, 2024
1 parent 90ec386 commit d4e75a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ jobs:
run: |
yarn install
yarn build
yarn start
yarn start &
- name: Run Cypress Tests
uses: cypress-io/github-action@v6
with:
config-file: ./cypress/cypress.config.ts
auto-cancel-after-failures: 1
wait-on: 'http://localhost:3000'
command: yarn cypress:runAll

- name: Stop Docker containers
Expand Down

0 comments on commit d4e75a2

Please sign in to comment.