Skip to content

Merge pull request #39 from DataDog/ivoanjo/prof-9926-ruby-test-exten… #519

Merge pull request #39 from DataDog/ivoanjo/prof-9926-ruby-test-exten…

Merge pull request #39 from DataDog/ivoanjo/prof-9926-ruby-test-exten… #519

Workflow file for this run

name: prof-correctness
on:
push:
schedule:
- cron: '0 0 * * *'
jobs:
ddprof:
uses: ./.github/workflows/test.yml
with:
test_scenarios: ddprof.*
secrets: inherit
dotnet:
uses: ./.github/workflows/test.yml
with:
test_scenarios: dotnet.*
secrets: inherit
ruby:
uses: ./.github/workflows/test.yml
with:
test_scenarios: ruby.*
secrets: inherit
node:
uses: ./.github/workflows/test.yml
with:
test_scenarios: node.*
secrets: inherit
python:
uses: ./.github/workflows/test.yml
with:
test_scenarios: python.*
secrets: inherit