Skip to content

Commit

Permalink
remove wait for server 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 28, 2023
1 parent 0aba409 commit 25f7363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
start: |
npm run start:chopsticks
yarn ui:start-with-chopsticks
npm run start:graphql-server
npm run indexer:start:chopsticks-ci
wait-on: 'http://localhost:3333, http://localhost:8000'
npm run start:graphql-server
wait-on: 'http://localhost:3333'
# custom test command to run
command: yarn test:ci
# store the screenshots if the tests fail
Expand Down
2 changes: 1 addition & 1 deletion chopsticks-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
endpoint: wss://kusama-rpc.polkadot.io
endpoint: wss://kusama-rpc.dwellir.com
mock-signature-host: true
block: 20487320
db: ./db.sqlite
Expand Down

0 comments on commit 25f7363

Please sign in to comment.