Skip to content

Commit

Permalink
feat start server before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHorwitz committed Jun 2, 2024
1 parent 24ed080 commit ca782f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cypress-test-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
cd frontend
npm install -g yarn --force
yarn install
- name: Start server
run: |
cd frontend
yarn start &
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit ca782f3

Please sign in to comment.