Force run yarn

This commit is contained in:
Rob Lourens 2023-10-04 14:53:00 -07:00
parent 6f822adfd0
commit af741f37d5

View file

@ -49,7 +49,6 @@ jobs:
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: sudo apt install -y libkrb5-dev
- name: Execute yarn
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
ELECTRON_SKIP_BINARY_DOWNLOAD: 1