Skip to content

Commit

Permalink
Fix dependency on bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 27, 2024
1 parent c0e4c15 commit 8cd3fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
bundle install
- name: Run the test
run: |
if [[ -n "${{ steps.appraisal.outputs.BUNDLE_GEMFILE }}" ]]; then
if [ -n "${{ steps.appraisal.outputs.BUNDLE_GEMFILE }}" ]; then
BUNDLE_GEMFILE="${{ steps.appraisal.outputs.BUNDLE_GEMFILE }}"
export BUNDLE_GEMFILE
fi
Expand Down

0 comments on commit 8cd3fe2

Please sign in to comment.