Skip to content

Commit 38b58d2

Browse files
committed
Disable caching for Ruby
1 parent e67bb62 commit 38b58d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-marketing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: ruby/setup-ruby@v1
122122
with:
123123
ruby-version: '2.7'
124-
bundler-cache: true
124+
bundler-cache: false
125125

126126
- name: Install client dependencies
127127
run: gem install rspec

0 commit comments

Comments
 (0)