Skip to content

Commit 8ea1c34

Browse files
author
Alexandre Lissy
committed
fix Windows tests
1 parent ef058f0 commit 8ea1c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)