403Webshell
Server IP : 66.29.132.122  /  Your IP : 18.223.108.119
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.4.0/.github/workflows/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.4.0/.github/workflows/test.yml
name: Test

on:
  pull_request: {}
  push:
    branches:
      - master

env:
  BUNDLE_WITHOUT: release

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby:
          - "2.5"
          - "2.6"
          - "2.7"
          - "3.0"
          - "3.1"
          - "3.2"
        puppet:
          - "~> 8.0"
          - "~> 7.24"
          - "~> 6.29"
          - "https://github.com/puppetlabs/puppet.git#main"
        exclude:
          - ruby: "3.0"
            puppet: "~> 8.0"
          - ruby: "2.7"
            puppet: "~> 8.0"
          - ruby: "2.6"
            puppet: "~> 8.0"
          - ruby: "2.5"
            puppet: "~> 8.0"

          - ruby: "2.6"
            puppet: "~> 7.24"
          - ruby: "2.5"
            puppet: "~> 7.24"

          - ruby: "3.2"
            puppet: "~> 6.29"
          - ruby: "3.1"
            puppet: "~> 6.29"
          - ruby: "3.0"
            puppet: "~> 6.29"

          - ruby: "3.0"
            puppet: "https://github.com/puppetlabs/puppet.git#main"
          - ruby: "2.7"
            puppet: "https://github.com/puppetlabs/puppet.git#main"
          - ruby: "2.6"
            puppet: "https://github.com/puppetlabs/puppet.git#main"
          - ruby: "2.5"
            puppet: "https://github.com/puppetlabs/puppet.git#main"
    env:
      PUPPET_VERSION: ${{ matrix.puppet }}
      COVERAGE: ${{ matrix.coverage }}
    name: "Ruby ${{ matrix.ruby }} - Puppet ${{ matrix.puppet }}"
    steps:
      - name: Enable coverage reporting on Ruby 3.1
        if: matrix.puppet == '~> 7.0' && matrix.ruby == '3.1'
        run: echo 'COVERAGE=yes' >> $GITHUB_ENV
      - uses: actions/checkout@v3
      - name: Install expect
        run: sudo apt-get install expect
      - name: Install Ruby ${{ matrix.ruby }}
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - name: spec tests
        run: bundle exec rake features
      - name: Verify gem builds
        run: gem build *.gemspec
      - name: Run tests
        run: bundle exec cucumber -f progress

  tests:
    needs:
      - test
    runs-on: ubuntu-latest
    name: Test suite
    steps:
      - run: echo Test suite completed

Youez - 2016 - github.com/yon3zu
LinuXploit