Sha256: fd2d78b0b486ddaa87ba90fd50e91b62894076dd3328b96709f98dc00330932f
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 Bytes
Contents
name: Build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.6.5 - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rspec - name: Report coverage uses: paambaati/codeclimate-action@v2.6.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: # Coverage is already generated in test step, need to run anything again coverageCommand: echo '' > /dev/null
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
graphql-groups-0.1.3 | .github/workflows/build.yml |
graphql-groups-0.1.2 | .github/workflows/build.yml |
graphql-groups-0.1.1 | .github/workflows/build.yml |