diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e1ab21..5e6c087 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} run: | cp .env.build .env - gem install bundler -v 2.1.4 + gem install bundler bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Lint and Test @@ -40,10 +40,6 @@ jobs: run: |1 # Run the tests in subsets instead of all at once. bundle exec rspec spec - # - name: Publish code coverage - # uses: paambaati/codeclimate-action@v5.0.0 - # env: - # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} build: needs: test diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 3dbe172..afd32ae 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -30,7 +30,7 @@ jobs: MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} run: | cp .env.build .env - gem install bundler -v 2.1.4 + gem install bundler bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Lint and Test @@ -39,10 +39,6 @@ jobs: run: | # Run the tests in subsets instead of all at once. bundle exec rspec spec - # - name: Publish code coverage - # uses: paambaati/codeclimate-action@v5.0.0 - # env: - # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} build: needs: test diff --git a/README.md b/README.md index 016d0dd..879429d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Identifier](https://img.shields.io/badge/doi-10.5438%2Ft1jg--hvhn-fca709.svg)](https://doi.org/10.5438/t1jg-hvhn) [![Build Status](https://github.com/crosscite/content-negotiation/actions/workflows/stage.yml/badge.svg?branch=master)](https://github.com/crosscite/content-negotiation/workflows/Deploy/badge.svg) -![Release](https://github.com/crosscite/content-negotiation/workflows/Deploy/badge.svg) +[![Release](https://github.com/crosscite/content-negotiation/workflows/Release/badge.svg)](https://github.com/crosscite/content-negotiation/workflows/Release/badge.svg) [![Code Climate](https://codeclimate.com/github/crosscite/content-negotiation/badges/gpa.svg)](https://codeclimate.com/github/crosscite/content-negotiation) [![Test Coverage](https://codeclimate.com/github/crosscite/content-negotiation/badges/coverage.svg)](https://codeclimate.com/github/crosscite/content-negotiation/coverage)