Skip to content

Commit

Permalink
Separate CI job namada and namada-scripts to avoid error 137
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed May 1, 2024
1 parent a53695e commit 077a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ jobs:
nix shell .#gaia15 .#namada -c sh e2e/${{ matrix.scripts.name }} /tmp/namada-repo
namada:
needs: [integration-test, celestia-to-gaia, interchain-security-icq, interchain-security-no-ica, ordered-channel-test, model-based-test]
needs: [integration-test, celestia-to-gaia, interchain-security-icq, interchain-security-no-ica, ordered-channel-test, model-based-test, namada-scripts]
runs-on: ubuntu-20.04
if: always()
strategy:
Expand Down

0 comments on commit 077a474

Please sign in to comment.