We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852304e commit 0c1c819Copy full SHA for 0c1c819
.github/workflows/ruby.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: ruby/setup-ruby@v1
18
with:
19
ruby-version: 3.0.6
20
- bundler-cache: true
+ bundler-cache: false
21
# Disabled since it requires access not granted by GitHub Actions for PRs
22
# - name: Danger
23
# if: ${{ github.event_name == 'pull_request' }}
@@ -49,7 +49,7 @@ jobs:
49
uses: ruby/setup-ruby@v1
50
51
ruby-version: ${{ matrix.ruby-version }}
52
53
- name: Run tests
54
run: bundle exec rake test
55
Demo:
@@ -60,7 +60,7 @@ jobs:
60
61
62
working-directory: demo
63
64
ruby-version: 3.3.2
65
66
0 commit comments