Skip to content

Commit

Permalink
use defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 13, 2024
1 parent c8ee0b5 commit 1cf68c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
run: |
mkdir test-project
cd test-project
printf "test-project\n\n\ny\n" | ../create-onchain/dist/esm/cli.js
yes "" | ../create-onchain/dist/esm/cli.js
env:
CI: true

- name: List directories
run: ls -la test-project

- name: Install & Build test project
working-directory: ./test-project/test-project
working-directory: ./test-project/my-onchainkit-app
run: |
bun install
bun run build

0 comments on commit 1cf68c2

Please sign in to comment.