Skip to content

Commit 99c4691

Browse files
committed
Update GitHub Actions
1 parent e38e62e commit 99c4691

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,16 @@ jobs:
4040
pip install flake8
4141
# Stop the build if there are flake8 issues
4242
flake8 . --count --show-source --statistics --exclude=temp
43-
- name: Install Chrome and Firefox
43+
- name: Install Chrome
4444
run: |
4545
sudo apt install google-chrome-stable
46-
sudo apt-get install firefox
4746
- name: Check the console scripts interface
4847
run: |
4948
seleniumbase
5049
sbase
51-
- name: Install chromedriver and geckodriver (Firefox Webdriver)
50+
- name: Install chromedriver
5251
run: |
5352
seleniumbase install chromedriver
54-
seleniumbase install geckodriver
5553
- name: Make sure pytest is working
5654
run: |
5755
echo "def test_1(): pass" > nothing.py
@@ -87,12 +85,6 @@ jobs:
8785
- name: Run pytest examples/test_inspect_html.py --browser=chrome --headless
8886
run: |
8987
pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
90-
- name: Run pytest examples/test_mfa_login.py --browser=firefox --headless
91-
run: |
92-
pytest examples/test_mfa_login.py --browser=firefox --headless -v -s --junit-xml=junit/test-results.xml
93-
- name: Run pytest examples/test_mfa_login.py --browser=firefox --xvfb
94-
run: |
95-
pytest examples/test_mfa_login.py --browser=firefox --xvfb -v -s --junit-xml=junit/test-results.xml
9688
- name: Run behave examples/behave_bdd/features/calculator.feature -D rs -D crumbs -D xvfb
9789
run: |
9890
behave examples/behave_bdd/features/calculator.feature -D rs -D crumbs -D xvfb -T -k

0 commit comments

Comments
 (0)