Skip to content

Commit d152703

Browse files
committed
Remove unrelated geckodriver logging changes
1 parent db53750 commit d152703

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ jobs:
8585
run: ./runtests
8686
env:
8787
SELENIUM_HEADLESS: 1
88-
GECKO_LOG: 1
89-
90-
- name: Show gecko web driver log on failures
91-
if: ${{ failure() && steps.deps.conclusion == 'success' }}
92-
run: |
93-
if [ -f geckodriver.log ]; then
94-
cat geckodriver.log
95-
else
96-
echo "geckodriver.log not found"
97-
fi
9888

9989
- name: Upload Coverage
10090
if: ${{ success() }}

0 commit comments

Comments
 (0)