File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
28-
29- # Run Synthetic tests within your GitHub workflow.
30- # For additional configuration options visit the action within the marketplace: https://github.com/marketplace/actions/datadog-synthetics-ci
31- - name : Run Datadog Synthetic tests
32- uses : DataDog/synthetics-ci-github-action@87b505388a22005bb8013481e3f73a367b9a53eb # v1.4.0
33- with :
34- api_key : ${{secrets.DD_API_KEY}}
35- app_key : ${{secrets.DD_APP_KEY}}
36- test_search_query : ' tag:e2e-tests' # Modify this tag to suit your tagging strategy
27+ - uses : actions/checkout@v4
28+
29+ # Run Synthetic tests within your GitHub workflow.
30+ # For additional configuration options visit the action within the marketplace: https://github.com/marketplace/actions/datadog-synthetics-ci
31+ - name : Run Datadog Synthetic tests
32+ uses : DataDog/synthetics-ci-github-action@87b505388a22005bb8013481e3f73a367b9a53eb # v1.4.0
33+ with :
34+ api_key : ${{secrets.DD_API_KEY}}
35+ app_key : ${{secrets.DD_APP_KEY}}
36+ test_search_query : ' tag:e2e-tests' # Modify this tag to suit your tagging strategy
3737
3838
You can’t perform that action at this time.
0 commit comments