actions: correct browser
All checks were successful
IPWA Tests / Run Angular tests (22) (push) Successful in 5m12s

This commit is contained in:
2025-06-19 10:55:03 +02:00
parent a65baa06fd
commit fa126e02de
2 changed files with 4 additions and 4 deletions

View File

@@ -33,10 +33,10 @@ jobs:
run: npm ci
- name: Echo chrome path
run: |
echo "$CHROMIUM_BIN"
echo "$CHROME_BIN"
env:
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
CHROME_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
- name: Run tests
run: npm run ci
env:
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
CHROME_BIN: ${{steps.setup-chrome.outputs.chrome-path}}