actions: add chrome path
Some checks failed
IPWA Tests / Run Angular tests (22) (push) Failing after 4m3s

This commit is contained in:
2025-06-19 10:18:20 +02:00
parent 33eef9d305
commit 2e42f65d88

View File

@@ -19,9 +19,12 @@ jobs:
cache-dependency-path: package-lock.json
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1.7.3
id: setup-chrome
with:
install-dependencies: true
- name: Install node dependencies
run: npm ci
- name: Run tests
run: npm run ci
environment:
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}