Skip to content

Commit

Permalink
Actually set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Nov 17, 2023
1 parent dd6f983 commit da7b14f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,17 @@ jobs:
uses: actions/checkout@v4

- name: List directory
uses: cypress-io/github-action@v6
with:
install-command: yarn
command: ls -la
project: ./tests

run: ls -la
working-directory: tests
- name: Synpress run
uses: cypress-io/github-action@v6
with:
working-directory: tests
install-command: yarn
command: ls -la && npm run e2e:run:ci
browser: chrome
config-file: synpress.config.js
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
project: ./tests
env:
CYPRESS_PRIVATE_KEY: ${{ secrets.CYPRESS_PRIVATE_KEY_WITH_FUNDS }}
CYPRESS_BASE_URL: https://app-dev.k-f.dev
Expand Down

0 comments on commit da7b14f

Please sign in to comment.