Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leomurta authored Dec 1, 2023
1 parent 65e931f commit a0e7a7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
CC_TEST_REPORTER_ID: e124d2db428c426bc2e4a984bbc007b5ecf7c0ee2533b687adac0f301048afae
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -26,5 +27,3 @@ jobs:
run: bundle exec rspec spec
- name: Publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: e124d2db428c426bc2e4a984bbc007b5ecf7c0ee2533b687adac0f301048afae

0 comments on commit a0e7a7f

Please sign in to comment.