Skip to content

Commit 4451dd0

Browse files
committed
CI: Output bundle environment
This makes debugging a lot easier
1 parent cf32c7a commit 4451dd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
ruby-version: ${{ matrix.cfg.ruby }}
4040
bundler-cache: true
41+
- name: Output Ruby Environment
42+
run: bundle env
4143

4244
- name: Run tests on Windows
4345
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)