Skip to content

Commit 27ad1da

Browse files
committed
chore: add e2e mem/cpu metrics to DD
1 parent 569f136 commit 27ad1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Convert metrics JSON to Datadog format
219219
working-directory: './packages/e2e-tests/tools/'
220220
run: |
221-
./convert_metrics_to_datadog.sh "${{ github.workflow }}" "${{ github.run_id }}" ../../../artifacts/metrics "${{ secrets.DATADOG_API_KEY }}"
221+
bash convert_metrics_to_datadog.sh "${{ github.workflow }}" "${{ github.run_id }}" ../../../artifacts/metrics "${{ secrets.DATADOG_API_KEY }}"
222222
223223
- name: Publish allure report to S3
224224
uses: andrcuns/[email protected]

0 commit comments

Comments
 (0)