Skip to content

Commit cfb22ae

Browse files
authored
Merge pull request #128 from bastelfreak/debug
CI: Output bundle environment
2 parents cf32c7a + 4451dd0 commit cfb22ae

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)