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:
Ilya Maroz 2023-04-02 22:16:45 +01:00 committed by GitHub
commit f5313fda40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -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: