We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f91b3 commit b86b850Copy full SHA for b86b850
1 file changed
.github/workflows/cypress-Run-tests-with-npm-packages.yml
@@ -51,10 +51,12 @@ jobs:
51
yarn nx build html-tinymce8
52
53
- name: Run E2E tests for ${{ matrix.editor }}
54
- if: matrix.editor != 'ckeditor4' # CKEditor 4 tests are currently disabled due to licensing issues
55
id: e2e
56
run: HTML_EDITOR=${{ matrix.editor }} PLAYWRIGHT_BLOB_OUTPUT_NAME=report-${{ matrix.editor }}.zip yarn test:e2e
57
continue-on-error: true
+ env:
58
+ CKEDITOR4_API_KEY: ${{ secrets.CKEDITOR4_API_KEY }}
59
+
60
61
- name: Publish test results for ${{ matrix.editor }}
62
uses: dorny/test-reporter@d61b558e8df85cb60d09ca3e5b09653b4477cea7 # v2.0.0
0 commit comments