Skip to content

Commit ed43e2f

Browse files
committed
CI: Output Ruby environment
1 parent fdc040e commit ed43e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ jobs:
2525
with:
2626
ruby-version: 3.3
2727
bundler-cache: true
28+
- name: Display Ruby environment
29+
run: bundle env
2830
- name: Validate code
2931
run: bundle exec rake generate

0 commit comments

Comments
 (0)