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