Skip to content

Commit ffd3115

Browse files
committed
Add comment for delete comment reason
1 parent 78da515 commit ffd3115

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
29+
# NOTE: If this cache is present, the following will fail at Ruby 2.5:
30+
# see: https://github.com/ruby/lrama/actions/runs/13088401502/job/36522284488
31+
# bundler-cache: true
2932
- run: flex --help
3033
- run: bundle install
3134
- run: bundle exec rspec

0 commit comments

Comments
 (0)