Skip to content

Commit ac12cd6

Browse files
authored
ci(fix): cache all dependencies installed by bundler (#372)
1 parent 49ac549 commit ac12cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
COVERAGE_RUBY_VERSION: 2.6
15-
BUNDLE_PATH: vendor/bundle
15+
BUNDLE_PATH: ${{ github.workspace }}/vendor/bundle
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)