Skip to content

Commit

Permalink
Run frontend before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterson25 committed Mar 3, 2024
1 parent 7858c3f commit c073687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
uses: actions/checkout@v3

- name: Run Cypress Tests
run: cd frontend; npm i && npm run cy:run
run: cd frontend; npm i && npm run dev && npm run cy:run

0 comments on commit c073687

Please sign in to comment.