Skip to content

Commit

Permalink
👷 Edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 25, 2024
1 parent ce0ecfb commit 63b2d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ jobs:
- name: Print github.ref
shell: bash
run: echo "The current github.ref is ${{ github.ref }}"
run: echo "The current github.ref is $GITHUB_REF"

- name: Install the Bolt CLI and create & build a new project
shell: bash
if: ${{ !startsWith(github.ref, 'refs/heads/release/v') }}
if: ${{ !startsWith($GITHUB_REF, 'refs/heads/release/v') }}
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo install --path cli --force --locked
Expand Down

0 comments on commit 63b2d46

Please sign in to comment.