Update workflow.yml
This commit is contained in:
parent
feef830190
commit
b23d189209
|
@ -21,6 +21,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Setup Chrome
|
||||
uses: browser-actions/setup-chrome@v1.2.0
|
||||
with:
|
||||
chrome-version: stable
|
||||
- name: set chrome in path
|
||||
run: |
|
||||
echo "/opt/hostedtoolcache/chromium/latest/x64/chrome" >> $GITHUB_PATH
|
||||
|
|
Loading…
Reference in New Issue