Skip to content

Commit

Permalink
fix: Unable to read keypair file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Jun 2, 2024
1 parent cb7104d commit b337c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
- name: Install JS Dependencies
run: yarn install

- name: JS E2E Tests
- name: JS Tests
run: anchor test
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ url = "https://api.apr.dev"

[provider]
cluster = "Localnet"
wallet = "/home/maksym/.config/solana/id.json"
wallet = "~/.config/solana/id.json"

[scripts]
test = "yarn run mocha -t 1000000 tests/*"

0 comments on commit b337c43

Please sign in to comment.