Skip to content

Commit

Permalink
refactor(ci): use new arg keys for datadog test visibility action
Browse files Browse the repository at this point in the history
previous keys are deprecated
  • Loading branch information
karrui committed Sep 23, 2024
1 parent 42e6b0d commit 71e7213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: datadog/test-visibility-github-action@v1
with:
languages: js
service-name: ${{ secrets.DD_SERVICE_NAME }}
api-key: ${{ secrets.DD_API_KEY }}
service: ${{ secrets.DD_SERVICE_NAME }}
api_key: ${{ secrets.DD_API_KEY }}
- name: Test
run: npm run test:vitest
env:
Expand Down Expand Up @@ -93,8 +93,8 @@ jobs:
uses: datadog/test-visibility-github-action@v1
with:
languages: js
service-name: ${{ secrets.DD_SERVICE_NAME }}
api-key: ${{ secrets.DD_API_KEY }}
service: ${{ secrets.DD_SERVICE_NAME }}
api_key: ${{ secrets.DD_API_KEY }}
- name: Run Playwright tests
run: npm run test-ci:e2e
env:
Expand Down

0 comments on commit 71e7213

Please sign in to comment.