This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user