Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 5, 2024
1 parent 98c84b7 commit b4947a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jobs:
run: npm install -g create-cosmos-app

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

0 comments on commit b4947a6

Please sign in to comment.