Skip to content

Commit

Permalink
test: solana packages test on ci - should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepark-dev committed Aug 30, 2024
1 parent 0fe835e commit 986f5e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/solana-packages-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ jobs:
- name: Build and test solana-test-validator
run: nix run .#solana-test-validator

- name: Check if validator is running
run: |
for i in {1..10}; do
if curl --fail http://127.0.0.1:8899; then
echo "Localnet is running and accessible"
break
else
echo "Waiting for the localnet to start..."
sleep 3
fi
if [ $i -eq 30 ]; then
echo "Localnet did not start within the expected time."
exit 1
fi
- name: Build solana-cli-env
run: nix build .#solana-cli-env --print-out-paths

Expand Down
2 changes: 1 addition & 1 deletion solana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# It provides two derivations, one for x86_64-linux and another for aarch64-apple-darwin.
# Each derivation downloads the corresponding Solana release.
let
version = "v1.18.22";
version = "v1.99.22";
getBinDerivation =
{
name,
Expand Down

0 comments on commit 986f5e5

Please sign in to comment.