jobs:
daily_unit_tests_with_nightly_puppet_gem:
- name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
+ name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
strategy:
matrix:
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
- name: Prepare testing environment with bundler
run: |
+ git config --global core.longpaths true
bundle config set system 'true'
${{ matrix.env_set_cmd }}PUPPET_GEM_VERSION=$(ruby -e 'puts /puppet\s+\((.+)\)/.match(`gem list -eld puppet`)[1]')
bundle update --jobs 4 --retry 3
ruby-version: ${{ env.ruby_version }}
- name: Prepare testing environment with bundler
- run: bundle update --jobs 4 --retry 3
+ run: |
+ git config --global core.longpaths true
+ bundle update --jobs 4 --retry 3
- name: Run commits check
run: bundle exec rake commits
- name: Prepare testing environment with bundler
run: |
+ git config --global core.longpaths true
bundle config set system 'true'
${{ matrix.env_set_cmd }}PUPPET_GEM_VERSION=$(ruby -e 'puts /puppet\s+\((.+)\)/.match(`gem list -eld puppet`)[1]')
bundle update --jobs 4 --retry 3
jobs:
unit_tests_with_released_puppet_gem:
- name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
+ name: ${{ matrix.os_type }} / Puppet${{ matrix.puppet_version }} gem / Ruby ${{ matrix.ruby }}
strategy:
matrix:
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
- name: Prepare testing environment with bundler
run: |
+ git config --global core.longpaths true
bundle config set system 'true'
bundle update --jobs 4 --retry 3