From e3c8acfe9475a6c8d293088d672fda8dac21970f Mon Sep 17 00:00:00 2001 From: rochdev Date: Sat, 20 Apr 2024 12:02:50 -0400 Subject: [PATCH] wip --- .github/workflows/collector.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/collector.yml b/.github/workflows/collector.yml index abf26f19243..48864fcf7b1 100644 --- a/.github/workflows/collector.yml +++ b/.github/workflows/collector.yml @@ -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