Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Feb 19, 2025
1 parent 24b66e4 commit 95040bc
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Tests

on:
workflow_run:
branches:
- master
pull_request:
branches:
- master

jobs:
ruby-tests:
uses: ./.github/workflows/sentry_delayed_job_tests.yml

opentelemetry-tests:
uses: ./.github/workflows/sentry_opentelemetry_tests.yml

rails-tests:
uses: ./.github/workflows/sentry_rails_tests.yml

raven-tests:
uses: ./.github/workflows/sentry_raven_tests.yml

resque-tests:
uses: ./.github/workflows/sentry_resque_tests.yml

sidekiq-tests:
uses: ./.github/workflows/sentry_sidekiq_tests.yml

codecov:
runs-on: ubuntu-latest
needs:
- ruby-tests
- opentelemetry-tests
- rails-tests
- raven-tests
- resque-tests
- sidekiq-tests
steps:
- name: Codecov
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
run_command: send-notifications

0 comments on commit 95040bc

Please sign in to comment.