Skip to content

Commit

Permalink
test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Smith committed Aug 7, 2024
1 parent ed241e4 commit 0a5b1be
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@ jobs:
echo "YARN_ENABLE_IMMUTABLE_INSTALLS=false" >> $GITHUB_ENV
npm install -g create-cosmos-app
- name: asset-list
run: |
cca --example asset-list --name asset-list
cd asset-list
yarn build
# - name: asset-list
# run: |
# cca --example asset-list --name asset-list
# cd asset-list
# yarn build

- name: vote-proposal
run: |
cca --example vote-proposal --name vote-proposal
cd vote-proposal
yarn build
# - name: vote-proposal
# run: |
# cca --example vote-proposal --name vote-proposal
# cd vote-proposal
# yarn build

- name: ibc-transfer
run: |
cca --example ibc-transfer --name ibc-transfer
cd ibc-transfer
yarn build
# - name: ibc-transfer
# run: |
# cca --example ibc-transfer --name ibc-transfer
# cd ibc-transfer
# yarn build

- name: swap-tokens
run: |
cca --example swap-tokens --name swap-tokens
cd swap-tokens
yarn build
# - name: swap-tokens
# run: |
# cca --example swap-tokens --name swap-tokens
# cd swap-tokens
# yarn build

- name: provide-liquidity
run: |
cca --example provide-liquidity --name provide-liquidity
cd provide-liquidity
yarn build
# - name: provide-liquidity
# run: |
# cca --example provide-liquidity --name provide-liquidity
# cd provide-liquidity
# yarn build

- name: nft
run: |
Expand Down
Empty file added examples/nft/yarn.lock
Empty file.

0 comments on commit 0a5b1be

Please sign in to comment.