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 e09af69 commit bab21ddCopy full SHA for bab21dd
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -21,7 +21,7 @@ jobs:
21
env_set_cmd: 'export '
22
gem_file: 'puppet-latest.gem'
23
extra_steps: |
24
- if [[ ${{ matrix.ruby }} == "2.7" ]]; then
+ if [[ $(ruby -v | grep 'ruby 2.7') ]]; then
25
gem install multi_json -v 1.15.0
26
fi
27
- os: 'macos-latest'
0 commit comments