-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make release/v2 as the main branch (#437)
* chore: rename chain name and type to id and name (#433) * rename chains[].name to chains[].id and chains[].type to chains[].name * fix typo in env variable * set chart version to 0.2.0 and fix typo in registry * fix port-forwrad script * upgrade starship-action version * fix relayers for v2 * fix hermes configmap (#436) * chore: starship js merge into monorepo (#434) * 🚀 * workflow * proxy * port forward * snaps and logs * client * simpler names * cleanup and docs * chore(release): publish - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - [email protected] * ensure config exists * chore(release): publish - @starship-ci/[email protected] * readme * readme * chore(release): publish - @starship-ci/[email protected] - [email protected] * workflow * link * remove `yq` as a dependency * chore(release): publish - @starship-ci/[email protected] - [email protected] * repo * chore(release): publish - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - [email protected] * readme * deps * readme * deps * test * CLI * README * readme * main readme * readme * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * deps * chore(release): publish - @starship-ci/[email protected] * remove stub * chore(release): publish - @starship-ci/[email protected] * ports * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * add installer * pids * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * starshipjs * chore(release): publish - [email protected] * readme * readme * recommended usage * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] * config * chore(release): publish - [email protected] * cmds * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * tty * chore(release): publish - @starship-ci/[email protected] * readme * chore(release): publish - @starship-ci/[email protected] * readme * chore(release): publish - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * readme * readme * snaps * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * proxy * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * prepare for monorepo merge * rename root folder to match monorepo * change dir for running starshipjs tests * rename run-tests workflows for js clients * set working dir in ci workflow * use defaults, update symlink workspace * inquirerer * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * prepare for monorepo merge * rename root folder to match monorepo * rename clients/js/starshipjs to clients/js * update urls to use starship instead of starshipjs repo --------- Co-authored-by: Dan Lynch <[email protected]> * push latest stuff * update gitignore * ignore * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * utils * chore(release): publish - @starship-ci/[email protected] * wait-for-pods command * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * update run-client-tests --------- Co-authored-by: Dan Lynch <[email protected]>
- Loading branch information
1 parent
428b8ef
commit e4e442d
Showing
117 changed files
with
10,481 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Run Client Tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- release/* | ||
pull_request: | ||
types: [opened, reopened] | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
starshipjs-tests: | ||
runs-on: ubuntu-latest | ||
|
||
defaults: | ||
run: | ||
working-directory: clients/js | ||
|
||
steps: | ||
- name: Checkout Repository 🛎️ | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20.x' | ||
|
||
- name: Install Dependencies | ||
run: yarn install | ||
|
||
- name: Build Project | ||
run: yarn build | ||
|
||
- name: Test @starship-ci/client | ||
run: cd packages/client && yarn test | ||
|
||
# - name: Test starshipjs | ||
# run: cd js/starshipjs && yarn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.