From bf49d2a124cfb908c599c1528a10f2555b76662b Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Mon, 6 May 2024 09:07:26 +0300 Subject: [PATCH] Revert "ci: run web tests" This reverts commit f566222bce4bd4030b0c69d4a98471c3e0d0a7ce. --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a96cd8dbcee..3dc7f2ef761 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,8 @@ jobs: test_web: name: Test Web Cypress needs: [get-affected] - if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/web') }} +# if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/web') }} + if: false uses: ./.github/workflows/reusable-web-e2e.yml secrets: inherit with: @@ -106,7 +107,8 @@ jobs: uses: ./.github/workflows/reusable-widget-e2e.yml with: ee: true - if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/widget') || contains(fromJson(needs.get-affected.outputs.test-unit), '@novu/notification-center') || contains(fromJson(needs.get-affected.outputs.test-unit), '@novu/ws') }} + if: false +# if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/widget') || contains(fromJson(needs.get-affected.outputs.test-unit), '@novu/notification-center') || contains(fromJson(needs.get-affected.outputs.test-unit), '@novu/ws') }} secrets: inherit test_providers: @@ -179,6 +181,7 @@ jobs: test_unit_api: name: Test API needs: [get-affected] + if: false strategy: # The order is important for ee to be first, otherwise outputs not work correctly matrix: