From 91835315cc0da013fd34fbaab2eadcd44e354281 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 14 Nov 2020 12:44:57 +0100 Subject: [PATCH] Add vendor/bundle to cache --- .github/workflows/pull-requests.yml | 1 + .github/workflows/pushes.yml | 5 +++++ .github/workflows/troubleshooting.yml | 1 + 3 files changed, 7 insertions(+) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index f9b93f1106..a9e08dbcbf 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -20,6 +20,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}- diff --git a/.github/workflows/pushes.yml b/.github/workflows/pushes.yml index 5f0c3c8237..4b5ff40f59 100644 --- a/.github/workflows/pushes.yml +++ b/.github/workflows/pushes.yml @@ -20,6 +20,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}- @@ -50,6 +51,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}- @@ -73,6 +75,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}- @@ -96,6 +99,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-coveralls-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-coveralls- @@ -120,6 +124,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-sonar-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-sonar- diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index a8c1f299a0..bb4cd64fb0 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -18,6 +18,7 @@ jobs: path: | ~/.m2/repository ~/.cache + vendor/bundle key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-