actions: correct browser
All checks were successful
IPWA Tests / Run Angular tests (22) (push) Successful in 5m12s
All checks were successful
IPWA Tests / Run Angular tests (22) (push) Successful in 5m12s
This commit is contained in:
@@ -33,10 +33,10 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Echo chrome path
|
- name: Echo chrome path
|
||||||
run: |
|
run: |
|
||||||
echo "$CHROMIUM_BIN"
|
echo "$CHROME_BIN"
|
||||||
env:
|
env:
|
||||||
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
CHROME_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run ci
|
run: npm run ci
|
||||||
env:
|
env:
|
||||||
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
CHROME_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"build": "ng build -c production",
|
"build": "ng build -c production",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"ci": "ng test --no-watch --no-progress --browsers=ChromiumHeadless"
|
"ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCustom"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user