Tweak combined step

This commit is contained in:
Alexandru Dima
2020-12-11 22:42:23 +01:00
parent 072d922c45
commit 0059c4cbfe

View File

@@ -206,12 +206,7 @@ jobs:
run: yarn --frozen-lockfile
- name: Compile & Download
run: |
yarn compile &
yarn electron x64 &
node ./node_modules/playwright/install.js &
yarn download-builtin-extensions
wait
run: yarn compile & yarn electron x64 & node ./node_modules/playwright/install.js & yarn download-builtin-extensions; echo Compile & Download finished.
- name: Run Unit Tests (Electron)
run: DISPLAY=:10 ./scripts/test.sh