File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,15 @@ jobs:
142
142
needs : build-server
143
143
uses : ./.github/workflows/deploy_server_nightly.yml
144
144
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
145
150
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
You can’t perform that action at this time.
0 commit comments