Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 16, 2024
1 parent a52c59b commit a8e25d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sentry_delayed_job_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
bundler-cache: false

- name: Run specs
run: bundle exec rake
run: |
bundle install
bundle exec rake
- name: Upload Coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit a8e25d5

Please sign in to comment.