Attempt to run things in parallel

This commit is contained in:
Alexandru Dima 2020-12-11 22:36:44 +01:00
parent 0dd9cdbb45
commit 3bad41ff3c
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -205,17 +205,13 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: yarn --frozen-lockfile
- name: Download Electron
run: yarn electron x64
- name: Download Playwright
run: node ./node_modules/playwright/install.js
- name: Compile Sources
run: yarn compile
- name: Download Built-in Extensions
run: yarn download-builtin-extensions
- name: Compile & Download
run: |
yarn compile &
yarn electron x64 &
node ./node_modules/playwright/install.js &
yarn download-builtin-extensions
wait
- name: Run Unit Tests (Electron)
run: DISPLAY=:10 ./scripts/test.sh