Merge pull request #7654 from backstage/rugvip/fail

workflows: fall back to running windows tests with workers for now
This commit is contained in:
Patrik Oldsberg
2021-10-18 12:14:54 +02:00
committed by GitHub
+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