build: setup chrome for windows build

This commit is contained in:
Johannes Millan 2025-10-17 20:24:50 +02:00
parent ed8f8282d0
commit 701b1c9a30

View file

@ -233,6 +233,14 @@ jobs:
# if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm i
- name: Setup Chrome
id: setup-chrome
uses: browser-actions/setup-chrome@v1
- name: Export Chrome path for Karma
shell: pwsh
run: echo "CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }}" >> $env:GITHUB_ENV
- run: npm run env # Generate env.generated.ts
- name: Lint