File tree Expand file tree Collapse file tree
plugins/destination/duckdb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ jobs:
192192 REACT_APP_PLUGIN_KIND : destination
193193 REACT_APP_PLUGIN_NAME : bigquery
194194 REACT_APP_PLUGIN_VERSION : development
195- - name : Run E2E tests and generate configs
196- working-directory : ' plugins/destination/bigquery/cloud-config-ui'
197- run : CQ_CI_PLAYWRIGHT_PREVIEW_LINK='${{ env.CQ_CI_PLAYWRIGHT_PREVIEW_LINK }}' E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
198- - uses : actions/upload-artifact@v4
199- if : always()
200- with :
201- name : bigquery-e2e-testsplaywright
202- path : |
203- plugins/destination/bigquery/cloud-config-ui/test-results/
204- retention-days : 1
205- overwrite : true
195+ # - name: Run E2E tests and generate configs
196+ # working-directory: 'plugins/destination/bigquery/cloud-config-ui'
197+ # run: CQ_CI_PLAYWRIGHT_PREVIEW_LINK='${{ env.CQ_CI_PLAYWRIGHT_PREVIEW_LINK }}' E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
198+ # - uses: actions/upload-artifact@v4
199+ # if: always()
200+ # with:
201+ # name: bigquery-e2e-testsplaywright
202+ # path: |
203+ # plugins/destination/bigquery/cloud-config-ui/test-results/
204+ # retention-days: 1
205+ # overwrite: true
Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ jobs:
202202 REACT_APP_PLUGIN_KIND : destination
203203 REACT_APP_PLUGIN_NAME : clickhouse
204204 REACT_APP_PLUGIN_VERSION : development
205- - name : Run E2E tests and generate configs
206- working-directory : ' plugins/destination/clickhouse/cloud-config-ui'
207- run : CQ_CI_PLAYWRIGHT_PREVIEW_LINK='${{ env.CQ_CI_PLAYWRIGHT_PREVIEW_LINK }}' E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
208- - name : Run unit tests
209- working-directory : ' plugins/destination/clickhouse/cloud-config-ui'
210- run : npm run test
205+ # - name: Run E2E tests and generate configs
206+ # working-directory: 'plugins/destination/clickhouse/cloud-config-ui'
207+ # run: CQ_CI_PLAYWRIGHT_PREVIEW_LINK='${{ env.CQ_CI_PLAYWRIGHT_PREVIEW_LINK }}' E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
208+ # - name: Run unit tests
209+ # working-directory: 'plugins/destination/clickhouse/cloud-config-ui'
210+ # run: npm run test
Original file line number Diff line number Diff line change @@ -203,18 +203,18 @@ jobs:
203203 REACT_APP_PLUGIN_KIND : destination
204204 REACT_APP_PLUGIN_NAME : postgresql
205205 REACT_APP_PLUGIN_VERSION : development
206- - name : Run E2E tests and generate configs
207- working-directory : " plugins/destination/postgresql/cloud-config-ui"
208- run : CQ_CI_PLAYWRIGHT_PREVIEW_LINK='${{ env.CQ_CI_PLAYWRIGHT_PREVIEW_LINK }}' E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
209- - name : Upload playwright test results
210- uses : actions/upload-artifact@v4
211- if : always()
212- with :
213- name : postgresql-e2e-testsplaywright
214- path : |
215- plugins/destination/postgresql/cloud-config-ui/test-results/
216- retention-days : 1
217- overwrite : true
206+ # - name: Run E2E tests and generate configs
207+ # working-directory: "plugins/destination/postgresql/cloud-config-ui"
208+ # run: CQ_CI_PLAYWRIGHT_PREVIEW_LINK='${{ env.CQ_CI_PLAYWRIGHT_PREVIEW_LINK }}' E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
209+ # - name: Upload playwright test results
210+ # uses: actions/upload-artifact@v4
211+ # if: always()
212+ # with:
213+ # name: postgresql-e2e-testsplaywright
214+ # path: |
215+ # plugins/destination/postgresql/cloud-config-ui/test-results/
216+ # retention-days: 1
217+ # overwrite: true
218218 - name : Run unit tests
219219 working-directory : " plugins/destination/postgresql/cloud-config-ui"
220220 run : npm run test
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ jobs:
100100 REACT_APP_PLUGIN_VERSION : development
101101 run : |
102102 REACT_APP_USE_CLOUD_APP_MOCK=true npm run build
103- - name : Run E2E tests and generate configs
104- working-directory : " plugins/source/xkcd/cloud-config-ui"
105- run : E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
103+ # - name: Run E2E tests and generate configs
104+ # working-directory: "plugins/source/xkcd/cloud-config-ui"
105+ # run: E2E_TESTS_GENERATE_CONFIG=true npm run test:e2e
106106
107107 deploy :
108108 if : github.event.action != 'closed' && github.event_name == 'pull_request' && !startsWith(github.head_ref, 'release')
You can’t perform that action at this time.
0 commit comments