From cb5c8286e3127dde0d99eef446ffdf9339ff0cfa Mon Sep 17 00:00:00 2001 From: Evyatar Date: Tue, 6 Jun 2023 20:34:52 +0300 Subject: [PATCH] vx: run tests in band --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a76e3fd2d..ddd3eefbe 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,7 +36,7 @@ jobs: - name: Install run: yarn install --immutable - name: Test - run: yarn test + run: yarn test -i - name: Lint run: yarn lint - name: Release