summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-11-01 15:34:02 +0100
committerGitHub <noreply@github.com>2021-11-01 10:34:02 -0400
commit89736d5d3f0827c5c0b05a13d5f59491c8ac52c1 (patch)
tree5afa1cebf6386b471fbfa8b51f1a82435d1fe528
parent6c8324d2396e7698296bbecf376a4a647b258057 (diff)
downloadmime-types-89736d5d3f0827c5c0b05a13d5f59491c8ac52c1.tar.gz
CI: Avoid double bundle install (#158)master
Added a comment to help the discovery of this.
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6588be1..502ba9e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,8 +66,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- bundler-cache: true
- - name: Install dependencies
- run: bundle install
+ bundler-cache: true # 'bundle install' and cache
- name: Run tests
run: bundle exec ruby -S rake test --trace