Skip to content

Commit

Permalink
Fix integration tests for tag push (#1320)
Browse files Browse the repository at this point in the history
* wip

* correct integration tests

* update test execution order

* increase timeout for zeitgeist chopsticks it

* update dependencies, use dwellir rpc

* trigger integration tests on tag push again
  • Loading branch information
Chralt98 authored Apr 19, 2024
1 parent a77875d commit 7000c0d
Show file tree
Hide file tree
Showing 8 changed files with 1,851 additions and 1,336 deletions.
4 changes: 2 additions & 2 deletions integration-tests/configs/zeitgeist.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
endpoint: wss://main.rpc.zeitgeist.pm/ws
# endpoint: wss://zeitgeist-rpc.dwellir.com
# endpoint: wss://main.rpc.zeitgeist.pm/ws
endpoint: wss://zeitgeist-rpc.dwellir.com
# endpoint: wss://zeitgeist.api.onfinality.io/public-ws
mock-signature-host: true
db: ./tmp/ztg_db_mba.sqlite
Expand Down
24 changes: 12 additions & 12 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"author": "Zeitgeist PM <contact@zeitgeist.pm>",
"dependencies": {
"@polkadot/keyring": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"sqlite3": "^5.1.6",
"typescript": "^5.2.2",
"ws": "^8.15.1"
"@polkadot/keyring": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"sqlite3": "^5.1.7",
"typescript": "^5.4.5",
"ws": "^8.16.0"
},
"devDependencies": {
"@acala-network/chopsticks": "0.9.3",
"@moonwall/cli": "^4.4.1",
"@moonwall/util": "^4.4.1",
"@acala-network/chopsticks": "0.9.10",
"@moonwall/cli": "^5.1.5",
"@moonwall/util": "^5.1.5",
"@polkadot/api": "^10.13.1",
"@polkadot/types": "^10.13.1",
"@types/node": "^20.12.7",
"debug": "4.3.4",
"@polkadot/api": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@types/node": "^20.9.0",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"description": "Integration tests",
"license": "GPL-3.0",
Expand Down
Loading

0 comments on commit 7000c0d

Please sign in to comment.