We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e283a93 commit 5618e75Copy full SHA for 5618e75
.github/workflows/seth-test.yml
@@ -43,9 +43,10 @@ jobs:
43
- regex: "'TestContractMap|TestGasEstimator|TestRPCHealthCheck|TestUtil|TestContract|TestConfig'"
44
network-type: Geth
45
url: "ws://localhost:8546"
46
- - regex: "'TestContractMap|TestGasEstimator|TestRPCHealthCheck|TestUtil|TestContract|TestConfig'"
47
- network-type: Anvil
48
- url: "http://localhost:8545"
+ # TODO: still expects Geth WS URL for some reason
+# - regex: "'TestContractMap|TestGasEstimator|TestRPCHealthCheck|TestUtil|TestContract|TestConfig'"
+# network-type: Anvil
49
+# url: "http://localhost:8545"
50
defaults:
51
run:
52
working-directory: seth
0 commit comments