Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-terrier committed Jun 19, 2023
1 parent aa82d97 commit ff62adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: E2E tests
uses: cypress-io/github-action@v5
with:
working-directory: front
start: npm run dev, node index.js --prefix back
working-directory: ./front
start: npm run dev, node index.js --prefix ./back
wait-on: 'http://localhost:3000'
record: true
env:
Expand Down

0 comments on commit ff62adb

Please sign in to comment.