mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
ci(tests): improve workflow for running tests (#2328)
* ci: use ubuntu container for edge runner * chore: upgrade CHANGELOG.md * chore: fix linter in cypress config
This commit is contained in:
parent
d7f1853ca1
commit
f5313fda40
3 changed files with 5 additions and 4 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
browser: chrome
|
||||
build: yarn build
|
||||
edge:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue