Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansabgillani committed May 14, 2024
1 parent b505dcc commit babfaec
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/test-getting-started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ jobs:
with:
node-version: "18"
- name: Creating Your Dapp From a Template
run: yarn create @agoric/dapp demo
- name: Change directory
run: cd demo
- name: yarn install
run: yarn
- name: yarn start:docker
run: yarn start:docker
- name: yarn docker:logs
run: yarn docker:logs
- name: yarn build
run: yarn build
run: |
- yarn create @agoric/dapp demo
cd demo
yarn install
yarn start:docker
# - name: yarn docker:logs
# run: yarn docker:logs
yarn build
# Borrowed from https://github.com/DCFoundation/cosmos-proposal-builder/blob/main/.github/workflows/pr.yml#L43-L61
- name: Wait for Docker container to be ready
run: |
Expand Down

0 comments on commit babfaec

Please sign in to comment.