Skip to content

Commit

Permalink
ci: modify anchor build working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Sep 18, 2024
1 parent 1db7ed4 commit 5a5e698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.RELAYER_INFRA_CONTRACTS }}'
cd solana
anchor build
shell: bash
- run: find . -maxdepth 10 -name '*price_oracle.so'
- run: cp ./solana/target/sbf-solana-solana/release/deps/solana_price_oracle.so ./solana/tests/
- run: cp ./solana/src/solana/target/deploy/solana_price_oracle.so ./solana/tests/
- name: Run Solana SDK tests
run: |
cd solana
anchor test
shell: bash

0 comments on commit 5a5e698

Please sign in to comment.