No need to compile browser integration tests (#152061)

This commit is contained in:
Alexandru Dima 2022-06-14 15:43:37 +02:00 committed by GitHub
parent 5bf63b6e37
commit 1c3221183b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,9 +64,6 @@ jobs:
- name: Compile and Download
run: yarn npm-run-all --max_old_space_size=4095 -lp compile "electron x64" playwright-install download-builtin-extensions
- name: Compile Integration Tests
run: yarn --cwd test/integration/browser compile
- name: Run Unit Tests
id: electron-unit-tests
run: DISPLAY=:10 ./scripts/test.sh