Skip to content

Commit

Permalink
add test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Jan 27, 2025
1 parent bb5b2e7 commit da64d04
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -382,6 +382,14 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test

express-session:
runs-on: ubuntu-latest
env:
PLUGINS: express-session
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test

fastify:
runs-on: ubuntu-latest
env:
Expand Down
6 changes: 6 additions & 0 deletions packages/dd-trace/test/plugins/externals.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
"versions": ["1.20.1"]
}
],
"express-session": [
{
"name": "express",
"versions": [">=4", ">=4.0.0 <4.3.0", ">=4.0.0 <5.0.0", ">=4.3.0 <5.0.0"]
}
],
"mquery": [
{
"name": "mquery",
Expand Down

0 comments on commit da64d04

Please sign in to comment.