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 25cc38c commit 8555d7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ on:

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

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

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

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

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

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

codecov:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8555d7b

Please sign in to comment.