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 7b52924 commit 94c80d0Copy full SHA for 94c80d0
.github/workflows/acceptance.yaml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
ruby-version: ${{ env.RUBY_VERSION }}
28
bundler-cache: true
29
+ - name: Output Ruby environment information
30
+ run: bundle env
31
- name: Run Beaker
32
run: |-
33
bundle exec beaker init --hosts hosts.yaml \
0 commit comments