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