Skip to content

Commit

Permalink
re-enable everything
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Apr 20, 2024
1 parent 0da529b commit 0659a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
env:
PLUGINS: express|body-parser|cookie-parser
RUST_BACKTRACE: '1'
# DD_TRACE_COLLECTOR_DEBUG: 'true'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
Expand All @@ -30,12 +29,12 @@ jobs:
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- run: npm install && npm run build
working-directory: ./libdatadog-nodejs
# - uses: ./.github/actions/testagent/start
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- run: yarn install
- uses: ./.github/actions/node/oldest
- run: NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci
- uses: ./.github/actions/node/latest
- run: NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci
# - if: always()
# uses: ./.github/actions/testagent/logs
- if: always()
uses: ./.github/actions/testagent/logs
2 changes: 1 addition & 1 deletion packages/datadog-plugin-express/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('Plugin', () => {
})
})

it.only('should do automatic instrumentation on routers', done => {
it('should do automatic instrumentation on routers', done => {
const app = express()
const router = express.Router()

Expand Down

0 comments on commit 0659a6d

Please sign in to comment.