From 1a52446bba042ebcb539d7550f9984e925b035a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Tue, 2 Jul 2024 15:11:59 -0500 Subject: [PATCH] random change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Pereira --- .github/workflows/tests-unit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 722a7b2d334..36f7ed30462 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -87,9 +87,9 @@ jobs: integration: - needs: - - units - - units-windows + #needs: + # - units + # - units-windows name: Integration tests if: ${{ github.event != 'workflow_dispatch' }} uses: ./.github/workflows/tests-integration.yml