File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3030 - name : Check solana version
3131 run : solana --version
3232
33+ - name : Install Anchor CLI
34+ run : |
35+ cargo install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
36+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
37+
38+ - name : Check anchor version
39+ run : anchor --version
40+
3341 - name : Start Solana Test Validator
3442 run : |
3543 solana-test-validator --reset --rpc-port 8899 --limit-ledger-size 50000000 --url https://api.devnet.solana.com \
4553 - name : Run E2E Tests
4654 run : make e2e
4755 env :
48- PATH : $HOME/.local/share/solana/install/active_release/bin:/usr/local/bin:/usr/bin:/bin
56+ PATH : $HOME/.local/share/solana/install/active_release/bin:$HOME/.cargo/bin: /usr/local/bin:/usr/bin:/bin
4957
5058 - name : Stop Solana Test Validator
5159 run : pkill solana-test-validator || true
You can’t perform that action at this time.
0 commit comments