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 455b362 commit c46c0fcCopy full SHA for c46c0fc
.github/workflows/test-marketing.yml
@@ -118,9 +118,10 @@ jobs:
118
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
119
120
- name: Set up Ruby 2.7
121
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
122
with:
123
ruby-version: '2.7'
124
+ bundler-cache: true
125
126
- name: Install client dependencies
127
run: gem install rspec
0 commit comments