Sha256: 50109b6df3f876451cbd9e40a2728f1b81a49d3ed5814fb385e9d81b76933d45
Contents?: true
Size: 715 Bytes
Versions: 2
Compression:
Stored size: 715 Bytes
Contents
name: Tests on: push: branches: [main] pull_request: branches: [main] workflow_run: workflows: ["Update"] types: - completed jobs: test: strategy: matrix: os: [ubuntu-latest] ruby-version: - "3.0" - "3.1" - "3.2" - "3.3" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run tests for Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} run: bundle config unset deployment && ./bin/rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
standard-1.43.0 | .github/workflows/test.yml |
standard-1.42.1 | .github/workflows/test.yml |