Skip to content

Better CI setup

Better CI setup #7

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- master
- \d+-\d+
pull_request:
jobs:
ruby-tests:
uses: ./.github/workflows/sentry_delayed_job_test.yml
opentelemetry-tests:
uses: ./.github/workflows/sentry_opentelemetry_test.yml
rails-tests:
uses: ./.github/workflows/sentry_rails_test.yml
raven-tests:
uses: ./.github/workflows/sentry_raven_test.yml
resque-tests:
uses: ./.github/workflows/sentry_resque_test.yml
sidekiq-tests:
uses: ./.github/workflows/sentry_sidekiq_test.yml
codecov:
runs-on: ubuntu-latest
needs:
- ruby-tests
- opentelemetry-tests
- rails-tests
- raven-tests
- resque-tests
- sidekiq-tests
steps:
- uses: actions/checkout@v4
- name: Codecov
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
run_command: send-notifications

Check failure on line 44 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 44, Col: 9): Unexpected value 'run_command'