Skip to content

Python cpu test - add a comment around reason for print #50

Python cpu test - add a comment around reason for print

Python cpu test - add a comment around reason for print #50

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
php:
uses: ./.github/workflows/test.yml
with:
test_scenarios: php.*
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