Skip to content

Commit

Permalink
update: added correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Feb 23, 2024
1 parent e80cec7 commit 21b2a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ jobs:
run: yarn install

- name: Start Server
working-directory: ./tribes-frontend
run: yarn run start:cypress &

- name: Run Cypress Test
working-directory: ./tribes-frontend
run: |
sleep 20
yarn run cypress:run
Expand Down

0 comments on commit 21b2a7b

Please sign in to comment.