summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 21:51:08 -0700
committermo khan <mo@mokhan.ca>2021-02-04 21:51:08 -0700
commitf00a92e6cd7c6bb211ee554a0701b356bb3974e4 (patch)
treec4a4670296ec651df78be93bc348d7c43c0260b8 /.github/workflows
parent74c7c6c989539cb5ff8c3ecfe6a181e9f23f1917 (diff)
chore: cache bundler gems
Diffstat (limited to '.github/workflows')
-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