Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jul 22, 2024
1 parent a491ffa commit 5f81fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
uses: cypress-io/github-action@248bde77443c376edc45906ede03a1aba9da0462 # [email protected]
with:
start: yarn start
command: yarn test:ci:e2e:github-action
command: yarn test:ci:e2e
wait-on: 'http://localhost:3000'
wait-on-timeout: 120
browser: chrome
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"audit:ci": "audit-ci --config ./audit-ci.jsonc",
"test:ci": "yarn workspace arb-token-bridge-ui test:ci",
"test:e2e": "yarn workspace arb-token-bridge-ui e2e:run --browser chrome",
"test:ci:e2e": "start-server-and-test 'yarn build && yarn workspace arb-token-bridge-ui start' http-get://localhost:3000 'env-cmd -f ./packages/arb-token-bridge-ui/.e2e.env synpress run --project ./packages/arb-token-bridge-ui --configFile synpress.config.ts'",
"test:ci:e2e:install": "yarn workspace arb-token-bridge-ui e2e:install",
"test:ci:e2e:github-action": "yarn synpress run --project ./packages/arb-token-bridge-ui --configFile synpress.config.ts",
"test:ci:e2e": "env-cmd -f ./packages/arb-token-bridge-ui/.e2e.env synpress run --project ./packages/arb-token-bridge-ui --configFile synpress.config.ts",
"test:e2e:cctp": "yarn workspace arb-token-bridge-ui e2e:run:cctp",
"prettier:check": "./node_modules/.bin/prettier --check .",
"prettier:format": "./node_modules/.bin/prettier --write .",
Expand Down
3 changes: 1 addition & 2 deletions packages/arb-token-bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"generateOrbitChainsToMonitor": "ts-node --project ./scripts/tsconfig.json ./scripts/generateOrbitChainsToMonitor.ts",
"e2e:open": "env-cmd -f .e2e.env yarn synpress open --configFile synpress.config.ts",
"e2e:run": "env-cmd -f .e2e.env yarn synpress run --configFile synpress.config.ts",
"e2e:run:cctp": "E2E_CCTP=true yarn e2e:run",
"e2e:install": "cypress install"
"e2e:run:cctp": "E2E_CCTP=true yarn e2e:run"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 5f81fef

Please sign in to comment.