Skip to content

Commit

Permalink
Merge pull request #138 from crosscite/fix_build
Browse files Browse the repository at this point in the history
updated readme links and deleted codeclimate code
  • Loading branch information
ashwinisukale authored Dec 16, 2023
2 parents 41a5200 + 28808a2 commit 61262e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
build:
needs: test
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
build:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 61262e0

Please sign in to comment.