Skip to content

Commit

Permalink
upgrade starship-action, upgrade starship cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 24, 2024
1 parent 812aaba commit 72a5540
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:

- name: Set Up Starship Infrastructure
id: starship-infra
uses: cosmology-tech/[email protected].3
uses: cosmology-tech/[email protected].4
with:
config: packages/osmojs/starship/configs/config.workflow.yaml
version: 0.2.6
cli-version: 2.7.2
cli-version: 2.8.1

- 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/config.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.1",
"@starship-ci/cli": "^2.8.1",
"starshipjs": "^2.3.0"
},
"dependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2516,22 +2516,22 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@starship-ci/cli@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@starship-ci/cli/-/cli-2.7.0.tgz#706a90ae6f3e3e1c784b28fe260e9388dbe95c83"
integrity sha512-gcLT0hA/wQJtidHZiIb1ICgJtF2ISSpiUVb/3dGU/1tBYKKOgYMuTkmTUOnocGI3QdkAwOB+7Rlw0BeH4fieFg==
"@starship-ci/cli@^2.8.1":
version "2.8.1"
resolved "https://registry.yarnpkg.com/@starship-ci/cli/-/cli-2.8.1.tgz#053fce14c906b4e054aa7596eebafe28861341a4"
integrity sha512-1PiE87/fcJglkm82C1ts4iFDm4zPrp+BWg592Ccf5djSEiz/7mRjzWKYxJoe/w+QKdhAN5PLoCb66D15z84pWw==
dependencies:
"@starship-ci/client" "^2.7.0"
"@starship-ci/client" "^2.7.2"
chalk "^4.1.0"
deepmerge "^4.3.1"
inquirerer "^1.9.0"
js-yaml "^4.1.0"
minimist "^1.2.8"

"@starship-ci/client@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@starship-ci/client/-/client-2.7.0.tgz#b85fce50267b909a11eeed6e3ff8f45b318b505a"
integrity sha512-xoo5Feu0MxT5yCg9dDBsxN/Tl/GRazAMEAsPtHSFTBf7FokGMGmFgkcuXR4g2VSTy6qmHC69iKQORIlhir9s2g==
"@starship-ci/client@^2.7.2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@starship-ci/client/-/client-2.7.2.tgz#2ce7108aa425c177adbabccd08168166b7e66c5c"
integrity sha512-Mk0bDPU20LO2l+UiMMJki4Tc03bzIsvugpL6Gx39NV+9zfDUuUhuWgW4Kq1mCxSxpDe2p3+UQC3ZeRm7ITWdMQ==
dependencies:
chalk "^4.1.0"
deepmerge "^4.3.1"
Expand Down

0 comments on commit 72a5540

Please sign in to comment.