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 c33c17bCopy full SHA for c33c17b
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -16,6 +16,9 @@ jobs:
16
- puppet_version: '8'
17
ruby: '3.1'
18
19
+ - os: 'ubuntu-latest'
20
+ ruby: '2.7'
21
+ extra_steps: 'gem install multi_json -v 1.15.0'
22
- os: 'ubuntu-latest'
23
os_type: 'Linux'
24
env_set_cmd: 'export '
@@ -48,9 +51,6 @@ jobs:
48
51
run: |
49
52
${{ matrix.extra_steps }}
50
53
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
54
gem install puppet.gem -N
55
56
- name: Prepare testing environment with bundler
0 commit comments