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 93547ff commit 8dc051dCopy full SHA for 8dc051d
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -44,13 +44,14 @@ jobs:
44
with:
45
ruby-version: ${{ matrix.ruby }}
46
47
+ - name: Install multijson 1.15.0
48
+ if: startsWith(matrix.ruby, '2.7')
49
+ run: gem install multijson -v 1.15.0
50
+
51
- name: Install the latest nightly build of puppet${{ matrix.puppet_version }} gem
52
run: |
53
${{ matrix.extra_steps }}
54
curl https://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem --location
- if [[ ${{ matrix.ruby }} == "2.7" ]]; then
- gem install multi_json -v 1.15.0
- fi
55
gem install puppet.gem -N
56
57
- name: Prepare testing environment with bundler
0 commit comments