Skip to content

Commit

Permalink
Revert "Merge pull request #1633 from ruby/fix-workflow"
Browse files Browse the repository at this point in the history
This reverts commit 78fa36f, reversing
changes made to 9fa5652.
  • Loading branch information
soutaro committed Dec 20, 2023
1 parent 59b29e6 commit e953d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
echo "NO_MINITEST=true" >> $GITHUB_ENV
bundle config set --local without 'minitest'
if: ${{ contains(matrix.container_tag, 'master-nightly') }}
if: "contains(matrix.container_tag, 'master-nightly')"
- name: bin/setup
run: |
bin/setup
Expand Down

0 comments on commit e953d1a

Please sign in to comment.