Sha256: f9106e887c9f79ee1ba6bb6db23712f7cda3416cd7c2e3bcd8432fceb60bef07
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
--- name: Unit 'on': pull_request: push: branches: - main jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby: ['2.6', '2.7', '3.0', '3.1'] name: Unit test on Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vmware-vra-3.1.2 | .github/workflows/unit.yml |