Skip to content

Commit b86b850

Browse files
test: re-enable ckeditor4 testing on CI
1 parent 67f91b3 commit b86b850

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cypress-Run-tests-with-npm-packages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151
yarn nx build html-tinymce8
5252
5353
- name: Run E2E tests for ${{ matrix.editor }}
54-
if: matrix.editor != 'ckeditor4' # CKEditor 4 tests are currently disabled due to licensing issues
5554
id: e2e
5655
run: HTML_EDITOR=${{ matrix.editor }} PLAYWRIGHT_BLOB_OUTPUT_NAME=report-${{ matrix.editor }}.zip yarn test:e2e
5756
continue-on-error: true
57+
env:
58+
CKEDITOR4_API_KEY: ${{ secrets.CKEDITOR4_API_KEY }}
59+
5860

5961
- name: Publish test results for ${{ matrix.editor }}
6062
uses: dorny/test-reporter@d61b558e8df85cb60d09ca3e5b09653b4477cea7 # v2.0.0

0 commit comments

Comments
 (0)