Skip to content

Commit

Permalink
update gh-action, set docker image to tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 3, 2024
1 parent 532164e commit fcd6d58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:

- name: Set Up Starship Infrastructure
id: starship-infra
timeout-minutes: 10
uses: cosmology-tech/[email protected]
uses: cosmology-tech/[email protected]
with:
config: configs/ci.yaml
cli-version: 2.10.1
cli-version: 2.10.2

- name: Run E2E Tests
run: yarn test
2 changes: 1 addition & 1 deletion configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
- id: hyperweb
name: custom
numValidators: 1
image: ghcr.io/cosmology-tech/jsd:latest
image: ghcr.io/cosmology-tech/jsd:v0.1
home: /root/.jsd
binary: jsdd
prefix: hyper
Expand Down
2 changes: 1 addition & 1 deletion configs/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
- id: hyperweb
name: custom
numValidators: 1
image: ghcr.io/cosmology-tech/jsd:latest
image: ghcr.io/cosmology-tech/jsd:v0.1
home: /root/.jsd
binary: jsdd
prefix: hyper
Expand Down

0 comments on commit fcd6d58

Please sign in to comment.