Skip to content

Commit 3a9596d

Browse files
authored
Merge pull request #383 from mailchimp/APIC-NEW
Disable caching for Ruby
2 parents e67bb62 + 38b58d2 commit 3a9596d

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)