We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2fb9b commit f80b94dCopy full SHA for f80b94d
.github/workflows/unit.yaml
@@ -36,6 +36,8 @@ jobs:
36
with:
37
ruby-version: ${{ matrix.ruby }}
38
bundler-cache: true
39
+ - name: Output Ruby Environment
40
+ run: bundle env
41
- name: Cache modules
42
id: modules
43
uses: actions/cache@v4
0 commit comments