Sha256: 74db317026d541439738f90c9821428b7cc43cd78f4b15f67a754a1e07995684
Contents?: true
Size: 895 Bytes
Versions: 2
Compression:
Stored size: 895 Bytes
Contents
name: Tests on: [push] jobs: linter: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0.4 bundler-cache: true - run: bundle exec rubocop --display-cop-names --parallel rspec: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0.4 bundler-cache: true - run: | curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter - run: | ./cc-test-reporter before-build bundle exec rspec ./cc-test-reporter after-build -r $CC_TEST_REPORTER_ID --exit-code $? env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
br_documents-0.2.5 | .github/workflows/config.yml |
br_documents-0.2.4 | .github/workflows/config.yml |