Mark tests to satisfy compliance (#3193)

This commit is contained in:
Danny van Velzen 2023-10-28 16:04:14 -07:00 коммит произвёл GitHub
Родитель 3100a27b99
Коммит ce70030b70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -82,7 +82,7 @@ extends:
- script: |
yarn buildci
displayName: 'yarn buildci'
displayName: 'yarn buildci [test]'
- script: |
echo ##vso[task.setvariable variable=SkipNpmPublishArgs]--no-publish

Просмотреть файл

@ -30,7 +30,7 @@ jobs:
- script: |
yarn buildci
displayName: 'yarn buildci'
displayName: 'yarn buildci [test]'
- script: |
yarn check-for-changed-files

Просмотреть файл

@ -36,7 +36,7 @@ steps:
- script: |
yarn e2etest:android
workingDirectory: apps/E2E
displayName: 'run E2E Android tests'
displayName: 'run E2E Android tests [test]'
condition: succeeded()
- template: e2e-publish-artifacts.yml

Просмотреть файл

@ -20,7 +20,7 @@ steps:
- script: |
yarn e2etest:ios
workingDirectory: apps/E2E
displayName: 'run E2E iOS tests'
displayName: 'run E2E iOS tests [test]'
condition: succeeded()
- template: e2e-publish-artifacts.yml

Просмотреть файл

@ -20,7 +20,7 @@ steps:
- script: |
yarn e2etest:macos
workingDirectory: apps/E2E
displayName: 'run E2E macos tests'
displayName: 'run E2E macos tests [test]'
condition: succeeded()
- template: e2e-publish-artifacts.yml

Просмотреть файл

@ -44,7 +44,7 @@ steps:
- script: |
yarn e2etest:windows
workingDirectory: apps\E2E
displayName: 'run E2E UWP tests'
displayName: 'run E2E UWP tests [test]'
condition: succeeded()
# The following condition (using task.Build.status variable) make it so the reports generate even if the E2E tasks fails,

Просмотреть файл

@ -34,7 +34,7 @@ steps:
- script: |
yarn e2etest:win32
workingDirectory: apps/E2E
displayName: 'run E2E Win32 tests'
displayName: 'run E2E Win32 tests [test]'
condition: succeeded()
- template: e2e-publish-artifacts.yml

Просмотреть файл

@ -26,7 +26,7 @@ jobs:
- script: |
yarn buildci
displayName: 'Building the repo'
displayName: 'Building the repo [test]'
- script: |
yarn bundle