Skip to content

Commit

Permalink
Use command instead of start
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Nov 17, 2023
1 parent 4f11ac4 commit 4d8ed42
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ jobs:
uses: cypress-io/github-action@v6
with:
install-command: yarn
start: npm run e2e:run:ci
command: npm run e2e:run:ci
browser: chrome
config-file: synpress.config.js
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
env:
CYPRESS_PRIVATE_KEY: ${{ secrets.CYPRESS_PRIVATE_KEY_WITH_FUNDS }}
CYPRESS_BASE_URL: https://app-dev.k-f.dev
NETWORK_NAME: centrifuge
RPC_URL: https://fullnode.development.cntrfg.com
CHAIN_ID: 2000
SYMBOL: DEVEL
IS_TESTNET: true
DEBUG: true
CYPRESS_NETWORK_NAME: centrifuge
CYPRESS_RPC_URL: https://fullnode.development.cntrfg.com
CYPRESS_CHAIN_ID: 2000
CYPRESS_SYMBOL: DEVEL
CYPRESS_IS_TESTNET: true
CYPRESS_DEBUG: true
# pass the Cypress Cloud record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d8ed42

Please sign in to comment.