where are we?
Some checks failed
ChromeTests / build (3.12) (push) Failing after 40s
EdgeTests / build (3.12) (push) Successful in 1m2s
Pylint / build (3.12) (push) Successful in 12s

This commit is contained in:
Greg Gauthier 2024-07-23 22:11:37 +01:00
parent 4ef52c4352
commit 66544d9ac0

View File

@ -40,9 +40,10 @@ jobs:
- name: Verify Installation - name: Verify Installation
run: | run: |
echo ${{runner.workspace}} pwd
export PATH=$PATH:${{runner.workspace}}/chrome-linux64 echo ${{gitea.workspace}}
export PATH=$PATH:${{runner.workspace}}/drivers export PATH=$PATH:${{gitea.workspace}}/chrome-linux64
export PATH=$PATH:${{gitea.workspace}}/drivers
which chrome which chrome
chrome --version chrome --version
chromedriver --version chromedriver --version