onevcat пре 6 година
родитељ
комит
0fee7bf830
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      .github/workflows/build.yaml

+ 3 - 3
.github/workflows/build.yaml

@@ -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 }}