Skip to content

Commit

Permalink
👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 15, 2024
1 parent e9eb127 commit f865b5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ jobs:
- name: run build
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
ls node_modules/.bin
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
solana-test-validator > /dev/null &
sleep 5
Expand All @@ -159,7 +158,10 @@ jobs:
anchor deploy
- name: run tests
run: anchor test
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
anchor test
- name: Install the Bolt CLI and create & build a new project
run: |
Expand Down

0 comments on commit f865b5a

Please sign in to comment.