Skip to content

Commit 0c1c819

Browse files
committed
Randomly trying things -- no bundler cache
1 parent 852304e commit 0c1c819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: 3.0.6
20-
bundler-cache: true
20+
bundler-cache: false
2121
# Disabled since it requires access not granted by GitHub Actions for PRs
2222
# - name: Danger
2323
# if: ${{ github.event_name == 'pull_request' }}
@@ -49,7 +49,7 @@ jobs:
4949
uses: ruby/setup-ruby@v1
5050
with:
5151
ruby-version: ${{ matrix.ruby-version }}
52-
bundler-cache: true
52+
bundler-cache: false
5353
- name: Run tests
5454
run: bundle exec rake test
5555
Demo:
@@ -60,7 +60,7 @@ jobs:
6060
uses: ruby/setup-ruby@v1
6161
with:
6262
working-directory: demo
63-
bundler-cache: true
63+
bundler-cache: false
6464
ruby-version: 3.3.2
6565
- name: Run tests
6666
working-directory: demo

0 commit comments

Comments
 (0)