Skip to content

Commit

Permalink
Fix scripts not working with existing client
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Sep 11, 2024
1 parent 5191fd3 commit 9b4a9d2
Show file tree
Hide file tree
Showing 14 changed files with 1,144 additions and 431 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ANCHOR_PROVIDER_URL=
ANCHOR_WALLET=
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
- name: run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
ls node_modules/.bin
yarn test
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ yarn-error.log*

test-ledger
dist/

.env
Loading

0 comments on commit 9b4a9d2

Please sign in to comment.