Compare commits

...

2 Commits

Author SHA1 Message Date
Samuel Attard
c18e45395b build: _perms_ 2023-12-21 16:25:37 +13:00
Samuel Attard
afdfd7f61a build: send test results to datadog 2023-12-21 15:42:03 +13:00

View File

@@ -1671,6 +1671,12 @@ commands:
fi
- store_test_results:
path: src/junit
- run:
name: Send Test Results to Datadog
when: always
command: |
curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "./datadog-ci" && chmod +x "./datadog-ci"
DD_ENV=ci ./datadog-ci junit upload --service electron src/junit
- *step-verify-mksnapshot
- *step-verify-chromedriver