File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Execute this script in your GitLab CI's job YAML before running the tests. Pass
16
16
test_node :
17
17
image : node:latest
18
18
script :
19
- - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.3 /script.sh)
19
+ - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.5 /script.sh)
20
20
- npm run test
21
21
` ` `
22
22
@@ -49,7 +49,7 @@ test_node:
49
49
- export DD_API_KEY="YOUR_API_KEY_SECRET"
50
50
- export DD_ENV="staging-tests"
51
51
- export DD_TAGS="layer:api,team:intake,key:value"
52
- - LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.3 /script.sh)
52
+ - LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.5 /script.sh)
53
53
- npm run test
54
54
` ` `
55
55
@@ -65,7 +65,7 @@ To use this script with vitest you need to modify the NODE_OPTIONS environment v
65
65
test_node_vitest:
66
66
image: node:latest
67
67
script:
68
- - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.3 /script.sh)
68
+ - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization-gitlab-script/releases/download/v1.2.5 /script.sh)
69
69
- export NODE_OPTIONS="$NODE_OPTIONS --import $DD_TRACE_ESM_IMPORT"
70
70
- npm run test
71
71
` ` `
You can’t perform that action at this time.
0 commit comments