Skip to content

Commit

Permalink
fix: test ci with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
00xSam committed Dec 3, 2024
1 parent 822420c commit bc2e268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
# This much more faster than anchor localnet
- run: solana-test-validator --bpf-program 24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi ./dynamic-amm-quote/tests/fixtures/dynamic_vault.so --bpf-program Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB ./dynamic-amm-quote/tests/fixtures/dynamic_amm.so --bpf-program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ./dynamic-amm-quote/tests/fixtures/metaplex.so --account-dir ./dynamic-amm-quote/tests/fixtures/accounts --reset & sleep 2
shell: bash
- uses: pnpm/action-setup@v4
- run: cd ts-client && npm run postclone && npm install && npm run test
shell: bash
4 changes: 2 additions & 2 deletions ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"dist"
],
"dependencies": {
"@meteora-ag/config": "workspace:*",
"@meteora-ag/vault-sdk": "workspace:*",
"@coral-xyz/borsh": "^0.28.0",
"@mercurial-finance/token-math": "6.0.0",
"@metaplex-foundation/mpl-token-metadata": "~2.13.0",
"@meteora-ag/config": "workspace:*",
"@meteora-ag/vault-sdk": "workspace:*",
"@meteora-ag/stake-for-fee": "1.0.28",
"@solana/buffer-layout": "^4.0.1",
"bn-sqrt": "^1.0.0",
Expand Down

0 comments on commit bc2e268

Please sign in to comment.