File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,15 +360,15 @@ jobs:
360360 run : |
361361 Invoke-WebRequest -Uri https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-win32.zip -OutFile geckodriver-v0.36.0-win32.zip
362362 C:\mozilla-build\bin\unzip.exe geckodriver-v0.36.0-win32.zip
363- . venv_tests/bin/ activate
363+ . venv_tests\Scripts\ activate
364364 pip3 install -r requirements.txt
365365
366366 - name : " run tests"
367367 run : |
368368 RUNTIME_VERSION=$(./obj-*/dist/firefox --version | awk '{ print $3 }')
369369 sed -e "s/#RUNTIME_VERSION#/${RUNTIME_VERSION}/g" < expectations.json.in > expectations.json
370370 mkdir -p ./profiles/
371- . venv_tests/bin/ activate
371+ . venv_tests\Scripts\ activate
372372 python3 test_firefox_start.py expectations.json ./obj-*/dist/firefox $PWD/geckodriver $PWD/profiles/
373373
374374 macOS-build-vm :
You can’t perform that action at this time.
0 commit comments