Skip to content

Commit

Permalink
PR
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Nov 6, 2023
1 parent 44ec433 commit 75f4b7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,11 @@ jobs:
- name: Download rad CLI
if: steps.gen-id.outputs.RUN_TEST == 'true'
run: |
./.github/scripts/install-radius.sh ${{ inputs.version }}
RADIUS_VERSION="${{ inputs.version }}"
if [[ -z "${{ inputs.version }}" ]]; then
RADIUS_VERSION=edge
fi
./.github/scripts/install-radius.sh $RADIUS_VERSION
- name: Initialize local environment
if: steps.gen-id.outputs.RUN_TEST == 'true'
run: |
Expand Down

0 comments on commit 75f4b7d

Please sign in to comment.