mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: _perms_
This commit is contained in:
@@ -1675,8 +1675,8 @@ commands:
|
||||
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 "/usr/local/bin/datadog-ci" && chmod +x "/usr/local/bin/datadog-ci"
|
||||
DD_ENV=ci datadog-ci junit upload --service electron src/junit
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user