You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Integration Tests - Quote For Other Networks Remaining Networks
886
854
runs-on: ubuntu-latest
@@ -908,7 +876,7 @@ jobs:
908
876
909
877
# This is to capture any new networks added into the integ-test suite
910
878
- name: Run Integration tests
911
-
run: npm run integ-test -- -t 'quote for other networks * (?!(mainnet|optimism|arbitrum|polygon|sepolia|celo|bnb|avalanche|base|blast|zora|zksync|worldchain|UNICHAIN-sepolia|monad-testnet|base-sepolia))'
879
+
run: npm run integ-test -- -t 'quote for other networks * (?!(mainnet|optimism|arbitrum|polygon|sepolia|celo|bnb|avalanche|base|blast|zora|zksync|worldchain|unichain|monad-testnet))'
912
880
env:
913
881
# We don't know which new networks will be added, so we have no way to provider RPC URL ahead of time
914
882
# This will make remaining networks integ-test suite to fail, and dev is expected to manually add RPC URL for the new network
0 commit comments