Skip to content

Commit

Permalink
fix: action envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Dec 20, 2023
1 parent d598ebe commit 07c2fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
env:
COVERALLS_REPO_TOKEN: ${{ sescrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: bundle exec rspec

0 comments on commit 07c2fdd

Please sign in to comment.