Skip to content

Commit

Permalink
New package
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcolombo committed Jun 8, 2023
1 parent 9814367 commit 0355a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

- name: Run cluster with 4 nodes
run: >
kurtosis run github.com/kurtosis-tech/sei-package@f6ff00c49117915c2b1c170967ef9770e357e891 '{"cluster_size": 4, "num_accounts": 10, "image": "sei-chain/localnode", "git_ref": "37cd048c5158fd131f3340c3266d3c48429e1d0d"}' --enclave sei-integration-test
kurtosis run github.com/kurtosis-tech/sei-package@ee5314d1be9ef2af29715017bbea82ed87c142a3 '{"cluster_size": 4, "num_accounts": 10, "image": "sei-chain/localnode", "git_ref": "37cd048c5158fd131f3340c3266d3c48429e1d0d"}' --enclave sei-integration-test
# To run on the current PR
# run: >
# kurtosis run github.com/kurtosis-tech/sei-package@8d6f3a42e81c072162a822b8d91393e5c2e0bf1b '{"cluster_size": 4, "num_accounts": 10, "image": "sei-chain/localnode", "git_ref": "${{ github.head_ref}}"}' --enclave sei-integration-test
# kurtosis run github.com/kurtosis-tech/sei-package@ee5314d1be9ef2af29715017bbea82ed87c142a3 '{"cluster_size": 4, "num_accounts": 10, "image": "sei-chain/localnode", "git_ref": "${{ github.head_ref}}"}' --enclave sei-integration-test

- name: Verify Sei Chain is able to start up
run: kurtosis service shell sei-integration-test sei-node-0 --exec /sei-protocol/sei-chain/integration_test/startup/startup_test.sh
Expand Down

0 comments on commit 0355a3f

Please sign in to comment.