This commit is contained in:
@@ -24,7 +24,12 @@ jobs:
|
|||||||
install-dependencies: true
|
install-dependencies: true
|
||||||
- name: Install node dependencies
|
- name: Install node dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Echo chrome path
|
||||||
|
run: |
|
||||||
|
echo "$CHROMIUM_BIN"
|
||||||
|
env:
|
||||||
|
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run ci
|
run: npm run ci
|
||||||
environment:
|
env:
|
||||||
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
CHROMIUM_BIN: ${{steps.setup-chrome.outputs.chrome-path}}
|
||||||
|
|||||||
Reference in New Issue
Block a user