We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78da515 commit ffd3115Copy full SHA for ffd3115
1 file changed
.github/workflows/test.yaml
@@ -26,6 +26,9 @@ jobs:
26
- uses: ruby/setup-ruby@v1
27
with:
28
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
32
- run: flex --help
33
- run: bundle install
34
- run: bundle exec rspec
0 commit comments