From 02dc6aef127cbb953c78ace73915f1bb2516a29f Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 4 Apr 2023 14:12:32 +0200 Subject: [PATCH] =?UTF-8?q?fix=20CI=20markup=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26105536..0dfbb969 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,9 +55,7 @@ jobs: - run: npm run test-integration e2e-tests: - needs: | - unit-tests - integration-tests + needs: [unit-tests, integration-tests] runs-on: ubuntu-latest strategy: matrix: