Skip to content

Commit

Permalink
stop running extra tests for e2e testing usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Sep 20, 2024
1 parent dd12de5 commit ddcd37a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
matrix:
config-file:
- "two-chain.yaml"
- "build-chain.yaml"
# - "build-chain.yaml"
- "multi-validator.yaml"
- "two-chain-gorelayer.yaml"
- "simapp.yaml"
- "injective.yaml"
- "evmos.yaml"
# - "injective.yaml"
# - "evmos.yaml"
- "one-chain-starship-faucet.yaml"
- "multi-validator-starship-faucet.yaml"
- "one-chain-cometmock.yaml"
- "two-chain-cometmock.yaml"
- "neutron.yaml"
- "three-chain.yaml"
- "agoric.yaml"
- "multi-relayer.yaml"
- "neutron-relayer.yaml"
# - "three-chain.yaml"
# - "agoric.yaml"
# - "multi-relayer.yaml"
# - "neutron-relayer.yaml"
- "one-cosmoshub-starship-faucet.yaml"
fail-fast: true
max-parallel: 1
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
matrix:
config-file:
- "two-chain.yaml"
- "build-chain.yaml"
# - "build-chain.yaml"
- "multi-validator.yaml"
- "two-chain-gorelayer.yaml"
- "simapp.yaml"
- "injective.yaml"
- "evmos.yaml"
# - "simapp.yaml"
# - "injective.yaml"
# - "evmos.yaml"
- "two-chain-cometmock.yaml"
- "neutron.yaml"
- "three-chain.yaml"
- "agoric.yaml"
# - "neutron.yaml"
# - "three-chain.yaml"
# - "agoric.yaml"
- "multi-relayer.yaml"
fail-fast: true
max-parallel: 1
Expand Down

0 comments on commit ddcd37a

Please sign in to comment.