workflows: fall back to running tests with workers for now

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-18 10:27:41 +02:00
parent 9aff244708
commit e669320508
+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
env:
BACKSTAGE_TEST_DISABLE_DOCKER: 1