Skip to content

Commit 4dc4294

Browse files
committed
test(web): exvlude e2e test from the CI until we fix the issue with user account
1 parent d4e9e17 commit 4dc4294

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ jobs:
142142
needs: build-server
143143
uses: ./.github/workflows/deploy_server_nightly.yml
144144
secrets: inherit
145+
#skipping these tests for now, as we are having issues with the user accounts
146+
# playwright-tests:
147+
# needs: deploy-web
148+
# uses: ./.github/workflows/playwright_ui_tests.yml
149+
# secrets: inherit
145150

146-
playwright-tests:
147-
needs: deploy-web
148-
uses: ./.github/workflows/playwright_ui_tests.yml
149-
secrets: inherit
150-
151-
playwright-tests-pr:
152-
needs: deploy-web-pr
153-
uses: ./.github/workflows/playwright_ui_tests.yml
154-
with:
155-
url: ${{ needs.deploy-web-pr.outputs.preview_url }}
156-
secrets: inherit
151+
# playwright-tests-pr:
152+
# needs: deploy-web-pr
153+
# uses: ./.github/workflows/playwright_ui_tests.yml
154+
# with:
155+
# url: ${{ needs.deploy-web-pr.outputs.preview_url }}
156+
# secrets: inherit

0 commit comments

Comments
 (0)