Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Oct 11, 2024
1 parent d0e06c5 commit dca3ca8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
bundler-cache: true
- name: Set up database schema
run: bundle exec rails db:schema:load db:seed
- name: Test & publish code coverage
- name: Run tests
run: bundle exec rake
- name: Publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: "7b61fa9ea465e19ec3d750aafc3622cba4bf8b257d61f9ea20c46900bbe03fda"
with:
coverageCommand: |
./cc-test-reporter before-build
bundle exec rspec
./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
debug: true

lint:
Expand Down

0 comments on commit dca3ca8

Please sign in to comment.