Skip to content

Commit 05d3162

Browse files
Update script version in README snippets
1 parent 990e6e1 commit 05d3162

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-visibility-gitlab-script/releases/download/v1.0.0/script.sh)
19+
- LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-visibility-gitlab-script/releases/download/v1.0.1/script.sh)
2020
- npm run test
2121
```
2222
@@ -47,7 +47,7 @@ Any [additional configuration values](https://docs.datadoghq.com/tracing/trace_c
4747
- export DD_API_KEY="YOUR_API_KEY_SECRET"
4848
- export DD_ENV="staging-tests"
4949
- export DD_TAGS="layer:api,team:intake,key:value"
50-
- LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-visibility-gitlab-script/releases/download/v1.0.0/script.sh)
50+
- LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-visibility-gitlab-script/releases/download/v1.0.1/script.sh)
5151
- npm run test
5252
```
5353

@@ -63,7 +63,7 @@ To use this script with vitest you need to modify the NODE_OPTIONS environment v
6363
test_node_vitest:
6464
image: node:latest
6565
script:
66-
- LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-visibility-gitlab-script/releases/download/v1.0.0/script.sh)
66+
- LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-visibility-gitlab-script/releases/download/v1.0.1/script.sh)
6767
- export NODE_OPTIONS="$NODE_OPTIONS --import $DD_TRACE_ESM_IMPORT"
6868
- npm run test
6969
```

0 commit comments

Comments
 (0)