Skip to content

Commit

Permalink
Revert "ci: run web tests"
Browse files Browse the repository at this point in the history
This reverts commit f566222.
  • Loading branch information
scopsy committed May 6, 2024
1 parent f566222 commit bf49d2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit bf49d2a

Please sign in to comment.