diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c7c9314..af23dea7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: run: npm run e2e:setup - name: start - run: helm repo update && helm search repo starship/devnet --version 0.1.36 && helm install -f starship.yaml tutorial starship/devnet --version 0.1.31 --wait + run: helm repo update && helm search repo starship/devnet --version 0.1.36 && helm install -f starship.yaml tutorial starship/devnet --version 0.1.31 --wait && make port-forward - name: e2e run: npm run e2e:test diff --git a/starship.yaml b/starship.yaml index 9066b35f..07bdce40 100644 --- a/starship.yaml +++ b/starship.yaml @@ -7,7 +7,7 @@ chains: rpc: 26653 resources: cpu: "0.2" - memory: "200M" + memory: "200M" - name: gaia-1 type: cosmos @@ -17,7 +17,7 @@ chains: rpc: 26657 resources: cpu: "0.2" - memory: "200M" + memory: "200M" relayers: - name: osmos-gaia @@ -28,7 +28,7 @@ relayers: - gaia-1 resources: cpu: "0.1" - memory: "100M" + memory: "100M" explorer: enabled: false