diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-12-27 23:55:10 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-12-28 00:35:26 -0700 |
| commit | 6ddfd195cdc6419ebf8648c0b0c82c15ccdbd220 (patch) | |
| tree | 9362475b5c74b066691ed1672df38b1d3d344842 /.github | |
| parent | cb656fb07124d5b14f374c96a566e82fb09a4b3f (diff) | |
use vendor/bundle as cache path to be consistent with setup-ruby action [skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ce8dcf..215c55e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Install dependencies (scheduled build only) if: github.event_name == 'schedule' run: | - bundle config --local path .bundle/gems + bundle config --local path vendor/bundle bundle --jobs 3 --retry 3 - name: Run tests run: bundle exec ruby -w $(bundle exec ruby -e 'print File.join Gem.bindir, %q(rake)') test:all |
