File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,15 @@ jobs:
21
21
RUST_BACKTRACE : ' 1'
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : actions/checkout@v4
25
- with :
26
- repository : DataDog/libdatadog-nodejs
27
- ref : main
28
- path : libdatadog-nodejs
24
+ - run : git clone https://github.com/DataDog/libdatadog-nodejs.git
29
25
- run : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
30
- - run : npm install && npm run build
31
- working-directory : ./libdatadog-nodejs
26
+ - run : cd libdatadog-nodejs && npm install && npm run build
32
27
- uses : ./.github/actions/testagent/start
33
28
- uses : ./.github/actions/node/setup
34
29
- run : yarn install
35
30
- uses : ./.github/actions/node/oldest
36
- - run : ls -lisa $GITHUB_WORKSPACE
37
- - run : NODE_OPTIONS="-r $GITHUB_WORKSPACE/libdatadog-nodejs/global" yarn test:plugins:ci
31
+ - run : NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci
38
32
- uses : ./.github/actions/node/latest
39
- - run : NODE_OPTIONS="-r $GITHUB_WORKSPACE /libdatadog-nodejs/global" yarn test:plugins:ci
33
+ - run : NODE_OPTIONS="-r $PWD /libdatadog-nodejs/global" yarn test:plugins:ci
40
34
- if : always()
41
35
uses : ./.github/actions/testagent/logs
You can’t perform that action at this time.
0 commit comments