Skip to content

Commit 58a6c64

Browse files
Merge pull request #14 from DataDog/manuel.palenzuela/update-readme
Use latest version for usage instructions
2 parents 5285ac1 + 9b34d27 commit 58a6c64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Execute this script in your GitLab CI's job YAML before running the tests. Pass
1616
test_node:
1717
image: node:latest
1818
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)
2020
- npm run test
2121
```
2222
@@ -49,7 +49,7 @@ test_node:
4949
- export DD_API_KEY="YOUR_API_KEY_SECRET"
5050
- export DD_ENV="staging-tests"
5151
- 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)
5353
- npm run test
5454
```
5555

@@ -65,7 +65,7 @@ To use this script with vitest you need to modify the NODE_OPTIONS environment v
6565
test_node_vitest:
6666
image: node:latest
6767
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)
6969
- export NODE_OPTIONS="$NODE_OPTIONS --import $DD_TRACE_ESM_IMPORT"
7070
- npm run test
7171
```

0 commit comments

Comments
 (0)