Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 18, 2024
1 parent 72ada17 commit 3579293
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ runs:
- name: Additional Setup
if: inputs.ADDITIONAL_SETUP != '[]'
shell: bash
env:
ADDITIONAL_SETUP: ${{ inputs.ADDITIONAL_SETUP }}
run: |
additional_setup='${{ inputs.ADDITIONAL_SETUP }}'
echo "$additional_setup" | jq -r '.[]' | while read -r command; do
echo "$ADDITIONAL_SETUP" | jq -r '.[]' | while read -r command; do
echo "Executing additional setup command: $command"
eval "$command"
done
Expand Down

0 comments on commit 3579293

Please sign in to comment.