|
|
@@ -18,11 +18,11 @@ jobs:
|
|
|
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
|
|
restore-keys: |
|
|
|
${{ runner.os }}-gems-
|
|
|
+ - name: Bundle setup
|
|
|
+ run: bundle config path vendor/bundle
|
|
|
- name: Bundle install
|
|
|
if: steps.bundler-cache.outputs.cache-hit != 'true'
|
|
|
- run: |
|
|
|
- bundle config path vendor/bundle
|
|
|
- bundle install --jobs 4 --retry 3
|
|
|
+ run: bundle install --jobs 4 --retry 3
|
|
|
- name: Run tests
|
|
|
env:
|
|
|
DESTINATION: platform=${{ matrix.destination }}
|