actions:test
Some checks failed
IPWA Tests / Run Angular tests (22) (push) Failing after 2m16s

This commit is contained in:
2025-06-19 10:29:11 +02:00
parent 2e42f65d88
commit da8c21eb0d

View File

@@ -24,7 +24,12 @@ jobs:
install-dependencies: true
- name: Install node dependencies
run: npm ci
- name: Echo chrome path
run: |
echo "$CHROMIUM_BIN"
env:
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
- name: Run tests
run: npm run ci
environment:
env:
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}