Skip to content

Commit

Permalink
combine starship config files, upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 21, 2024
1 parent 0649cc7 commit 6e66831
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: cosmology-tech/[email protected]
with:
config: packages/osmojs/starship/configs/config.workflow.yaml
version: 0.2.5
version: 0.2.6
cli-version: 2.7.2

- name: Run E2E Tests
run: cd ./packages/osmojs && yarn starship:test
4 changes: 2 additions & 2 deletions packages/osmojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "jest --config ./jest.osmojs.config.js",
"test:watch": "jest --watch --config ./jest.osmojs.config.js",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand --config ./jest.osmojs.config.js",
"starship": "starship --config ./starship/configs/starship.yaml",
"starship": "starship --config ./starship/configs/config.yaml",
"starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
"starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail",
"starship:watch": "jest --watch --config ./jest.starship.config.js"
Expand All @@ -46,7 +46,7 @@
"@protobufs/ibc": "^0.1.0",
"@protobufs/osmosis": "^0.4.0",
"@protobufs/tendermint": "^0.0.10",
"@starship-ci/cli": "^2.7.0",
"@starship-ci/cli": "^2.7.1",
"starshipjs": "^2.3.0"
},
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/osmojs/starship/configs/config.workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: osmojs
version: v0.2.6

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 3 additions & 0 deletions packages/osmojs/starship/configs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: osmojs
version: v0.2.6

chains:
- id: osmosis-1
name: osmosis
Expand Down
3 changes: 0 additions & 3 deletions packages/osmojs/starship/configs/starship.yaml

This file was deleted.

0 comments on commit 6e66831

Please sign in to comment.