Sha256: a4be4f104a2780a7cfa71bb14e594aa918af8d821d2972d74ca9a2eb9aaca584
Contents?: true
Size: 1006 Bytes
Versions: 2
Compression:
Stored size: 1006 Bytes
Contents
name: Tests on: - push - pull_request jobs: full_tests: strategy: fail-fast: false matrix: os: - windows-latest - ubuntu-latest - macos-latest puppet: - "~> 7.0" - "~> 8.0" include: - puppet: "~> 7.0" ruby: 2.7 - puppet: "~> 8.0" ruby: 3.2 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically env: PUPPET_VERSION: ${{ matrix.puppet }} - name: Set long paths on Windows if: ${{ matrix.os == 'windows-latest' }} run: Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -value 1 - env: PUPPET_VERSION: ${{ matrix.puppet }} run: bundle exec rake full_tests
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
onceover-3.22.0 | .github/workflows/tests.yaml |
onceover-3.21.0 | .github/workflows/tests.yaml |