Skip to content

Commit

Permalink
Change the path location that cypress tests are stored
Browse files Browse the repository at this point in the history
  • Loading branch information
20041540MichaelKelly authored Jan 22, 2024
1 parent 55aadb9 commit b76d0b8
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 @@ -38,8 +38,8 @@ jobs:
uses: actions/checkout@v3
with:
repository: tutors-sdk/tutors-apps
path: ./dynamic-app-tests
path: ./
ref: test/add-cypress-tests
- name: Run preview & cypress tests
run: npm run preview & npx cypress run --record --key ${{ secrets.CYPRESS_RECORD_KEY }} --browser chrome --config-file ./dynamic-app-tests/cypress
run: npm run preview & npx cypress run --record --key ${{ secrets.CYPRESS_RECORD_KEY }} --browser chrome
working-directory: ./

0 comments on commit b76d0b8

Please sign in to comment.