Skip to content

Commit

Permalink
ci: run web tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed May 6, 2024
1 parent fbbd7d3 commit f566222
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -94,8 +94,7 @@ jobs:
test_web:
name: Test Web Cypress
needs: [get-affected]
# if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/web') }}
if: false
if: ${{ contains(fromJson(needs.get-affected.outputs.test-cypress), '@novu/web') }}
uses: ./.github/workflows/reusable-web-e2e.yml
secrets: inherit
with:
Expand All @@ -107,8 +106,7 @@ jobs:
uses: ./.github/workflows/reusable-widget-e2e.yml
with:
ee: true
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') }}
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 @@ -181,7 +179,6 @@ 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 f566222

Please sign in to comment.