Skip to content

Commit

Permalink
adjust starship config
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Aug 28, 2023
1 parent a3b9f12 commit 7662056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
run: npm run e2e:setup

- name: start
run: helm repo update && helm search repo starship/devnet --version 0.1.38 && helm install -f starship.yaml skip-router starship/devnet --version 0.1.38 --wait && make port-forward
run: make start
# run: helm repo update && helm search repo starship/devnet --version 0.1.38 && helm install -f starship.yaml skip-router starship/devnet --version 0.1.38 --wait && make port-forward

- name: e2e
run: npm run e2e:test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HELM_NAME = skip-router
HELM_FILE = starship.yaml
HELM_REPO = starship
HELM_CHART = devnet
HELM_VERSION = v0.1.36
HELM_VERSION = v0.1.38

###############################################################################
### All commands ###
Expand Down

0 comments on commit 7662056

Please sign in to comment.