Skip to content

Commit

Permalink
add plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Jan 28, 2025
1 parent f8fd4f8 commit a5ecfb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,14 @@ jobs:
suffix: plugins-${{ github.job }}
- uses: codecov/codecov-action@v3

dd-trace-api:
runs-on: ubuntu-latest
env:
PLUGINS: dd-trace-api
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test

dns:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit a5ecfb7

Please sign in to comment.