diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-04 21:51:08 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-04 21:51:08 -0700 |
| commit | f00a92e6cd7c6bb211ee554a0701b356bb3974e4 (patch) | |
| tree | c4a4670296ec651df78be93bc348d7c43c0260b8 | |
| parent | 74c7c6c989539cb5ff8c3ecfe6a181e9f23f1917 (diff) | |
chore: cache bundler gems
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
