workflows: fix windows test run

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-17 13:21:44 +02:00
parent 99563aacb3
commit f94c535853
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
run: lerna run --scope @backstage/core-* build
- name: test
run: yarn lerna -- run test --runInBand
run: yarn lerna -- run test -- --runInBand
env:
BACKSTAGE_TEST_DISABLE_DOCKER: 1