summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index aa740c2..79971c2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
+ bundler-cache: true
- run: ./bin/style
audit:
runs-on: ubuntu-latest
@@ -42,6 +43,7 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
+ bundler-cache: true
- run: ./bin/audit
docker:
runs-on: ubuntu-latest