Sha256: 95dc8eb57250e4e1136648d221608c4fad8483eaa22bd9e32141028886fcdc5c
Contents?: true
Size: 936 Bytes
Versions: 1
Compression:
Stored size: 936 Bytes
Contents
name: Tests on: pull_request: paths-ignore: - 'README.md' - 'CHANGELOG.md' push: paths-ignore: - 'README.md' - 'CHANGELOG.md' jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ['3.0', 3.1, 3.2] gemfile: [6.1, '7.0', 7.1] env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/actionpack-${{ matrix.gemfile }}.gemfile CC_TEST_REPORTER_ID: 0d09e6611c01dedd75511b1c60f62329d01729289e06375cfe67cefe67013d9f steps: - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run tests run: bundle exec rake - name: Publish code coverage uses: paambaati/codeclimate-action@v4.0.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
country_select-8.0.3 | .github/workflows/test.yml |