Skip to content

Commit

Permalink
yarn-build
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent committed Jun 14, 2024
1 parent 45f55a8 commit 13b9c63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ jobs:
cargo install --path cli --force --locked
bolt build
- name: run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo install --path cli --force --locked
bolt test
- name: Generate lib
run: |
cd clients/bolt-sdk
yarn build
cd ../..
- name: run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo install --path cli --force --locked
bolt test
- name: Install the Bolt CLI and create & build a new project
shell: bash
run: |
Expand Down

0 comments on commit 13b9c63

Please sign in to comment.