Skip to content

Commit f02e181

Browse files
committed
fixup! test(selenium): run tests across multiple {browser, js} combinations
1 parent 8a4b572 commit f02e181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
python -m pip install --upgrade pip
100100
pip install -r requirements-test.txt
101101
sudo apt-get install -y gettext
102-
if [ "${{ matrix.browser-and-os[0] }}" == "firefox" ]; then sudo apt-get install -y firefox; fi
102+
if [ "${{ matrix.browser-and-os[0] }}" == "firefox" ]; then sudo apt-get install -y firefox; firefox --version; which firefox; fi
103103
- name: Create logging folder
104104
run: |
105105
sudo mkdir -p /logging

0 commit comments

Comments
 (0)