Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Apr 20, 2024
1 parent 6bef1e5 commit e3c8acf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
ref: main
path: libdatadog-nodejs
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- run: ls -lisa && npm install && npm run build
- run: npm install && npm run build
working-directory: ./libdatadog-nodejs
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- run: yarn install
- uses: ./.github/actions/node/oldest
- run: ls -lisa && ls -lisa $PWD && ls -lisa $PWD/libdatadog-nodejs
- run: NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci
- run: ls -lisa && ls -lisa $PWD/..
- 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
- run: NODE_OPTIONS="-r $PWD/../libdatadog-nodejs/global" yarn test:plugins:ci
- if: always()
uses: ./.github/actions/testagent/logs

0 comments on commit e3c8acf

Please sign in to comment.