Skip to content

Commit

Permalink
Move env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Nov 20, 2023
1 parent 0133983 commit 7d11516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
working-directory: tests
install-command: yarn
command: CYPRESS_PRIVATE_KEY=${{secrets.CYPRESS_PRIVATE_KEY}} yarn e2e:run:ci
command: yarn e2e:run:ci
browser: chrome
config-file: synpress.config.js
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"e2e:run": "synpress run -cf synpress.config.js",
"e2e:run:ci": "cross-env NETWORK_NAME=centrifuge RPC_URL=https://fullnode.development.cntrfg.com CHAIN_ID=2000 SYMBOL=DEVEL IS_TESTNET=true DEBUG=true synpress run -cf synpress.config.js --headless",
"e2e:run:ci": "cross-env CYPRESS_PRIVATE_KEY=a32b8805bc1f3ea6324614891e29f64578c76b27beaf24cbc5694753f638ad79 NETWORK_NAME=centrifuge RPC_URL=https://fullnode.development.cntrfg.com CHAIN_ID=2000 SYMBOL=DEVEL IS_TESTNET=true DEBUG=true synpress run -cf synpress.config.js --headless",
"e2e:open": "synpress open -cf synpress.config.js"
},
"author": "",
Expand Down

0 comments on commit 7d11516

Please sign in to comment.