提交 2035150b 编写于 作者: J Johannes Rieken

no ff testing on linux

上级 70e8e31f
...@@ -50,7 +50,7 @@ steps: ...@@ -50,7 +50,7 @@ steps:
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests" DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests (Electron) displayName: Run Unit Tests (Electron)
- script: | - script: |
DISPLAY=:10 yarn test-browser --browser chromium --browser firefox DISPLAY=:10 yarn test-browser --browser chromium
displayName: Run Unit Tests (Browser) displayName: Run Unit Tests (Browser)
- script: | - script: |
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests" DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"
......
...@@ -123,7 +123,7 @@ steps: ...@@ -123,7 +123,7 @@ steps:
- script: | - script: |
set -e set -e
DISPLAY=:10 yarn test-browser --build --browser chromium --browser firefox DISPLAY=:10 yarn test-browser --build --browser chromium
displayName: Run unit tests (Browser) displayName: Run unit tests (Browser)
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false')) condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册