Skip to content

Commit

Permalink
👷 Remove cache and add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 4, 2024
1 parent 90c98e6 commit d9ccc68
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v4
name: Cache Solana CLI
id: cache-solana
with:
path: |
~/.cache/solana/
~/.local/share/solana/
key: solana-${{ runner.os }}-v0000-${{ env.solana_version }}

- uses: actions/setup-node@v4
with:
node-version: 21
Expand All @@ -50,7 +41,6 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install Solana
if: steps.cache-solana.outputs.cache-hit != 'true'
run: |
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
Expand Down Expand Up @@ -108,4 +98,5 @@ jobs:
cd clients/bolt-sdk
yarn install && yarn build
cd ../..
bolt test

0 comments on commit d9ccc68

Please sign in to comment.