We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc8ea4 commit 6bef1e5Copy full SHA for 6bef1e5
.github/workflows/collector.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: ./.github/actions/node/setup
34
- run: yarn install
35
- uses: ./.github/actions/node/oldest
36
- - run: ls -lisa && ls -lisa && $PWD && ls -lisa $PWD/libdatadog-nodejs
+ - run: ls -lisa && ls -lisa $PWD && ls -lisa $PWD/libdatadog-nodejs
37
- run: NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci
38
- uses: ./.github/actions/node/latest
39
0 commit comments