提交 c7352f78 编写于 作者: J Johannes Rieken

d'oh

上级 cf127f9e
......@@ -42,7 +42,7 @@ steps:
./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
- script: |
yarn browser-test
yarn test-browser
displayName: Run Unit Tests (Browsers)
- script: |
./scripts/test-integration.sh --tfs "Integration Tests"
......
......@@ -50,7 +50,7 @@ steps:
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
- script: |
DISPLAY=:10 yarn browser-test
DISPLAY=:10 yarn test-browser
displayName: Run Unit Tests (Browser)
- script: |
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"
......
......@@ -47,7 +47,7 @@ steps:
.\scripts\test.bat --tfs "Unit Tests"
displayName: Run Unit Tests
- powershell: |
yarn browser-test
yarn test-browser
displayName: Run Unit Tests (Browser)
- powershell: |
.\scripts\test-integration.bat --tfs "Integration Tests"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册