Skip to content

Commit 088a584

Browse files
Install inline gemfile to a separate path
Not sure how to cache that, but at least this way it doesn't mess up the other cache.
1 parent baab7bc commit 088a584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: bin/rake lint
6565

6666
- name: Run bug report template
67-
run: ACTIVE_ADMIN_PATH=. ruby tasks/bug_report_template.rb
67+
run: BUNDLE_PATH=vendor/inline_bundle ACTIVE_ADMIN_PATH=. ruby tasks/bug_report_template.rb
6868

6969
- name: Format coverage
7070
run: |

0 commit comments

Comments
 (0)