Skip to content

Commit c49bfbc

Browse files
ci: fix e2e test execution
1 parent 15bc671 commit c49bfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
yarn nx build html-${{ matrix.editor }}
4545
4646
- name: Run E2E tests for ${{ matrix.editor }}
47-
id: e2e-${{ matrix.editor }}
47+
id: e2e
4848
run: HTML_EDITOR=${{ matrix.editor }} yarn test:e2e
4949
continue-on-error: true
5050

0 commit comments

Comments
 (0)