Skip to content

adding catchall back #33

adding catchall back

adding catchall back #33

Workflow file for this run

name: Master
on:
push:
branches:
- master
jobs:
test:
uses: ./.github/workflows/test-all.yml
with:
repo: extras
secrets: inherit
permissions:
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
id-token: write
# needed for compute-matrix in test-target.yml
contents: read
publish-test-results:
needs:
- test
if: success() || failure()
concurrency:
group: test-results
permissions: # For test-results-master.yml
checks: write
pull-requests: write
contents: write
uses: DataDog/integrations-core/.github/workflows/test-results-master.yml@master
secrets: inherit