Skip to content

Commit dc8714e

Browse files
committed
[ci] Updated gecko driver log task and ci branches
1 parent 6bfdd57 commit dc8714e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ on:
55
push:
66
branches:
77
- master
8-
- dev
98
- "1.2"
109
pull_request:
1110
branches:
1211
- master
13-
- dev
1412
- "1.2"
15-
- gsoc25-map
1613

1714
jobs:
1815
build:
@@ -105,7 +102,9 @@ jobs:
105102

106103
- name: Show gecko web driver log on failures
107104
if: ${{ failure() }}
108-
run: cat geckodriver.log
105+
run: |
106+
[ -f geckodriver.log ] && cat geckodriver.log \
107+
|| echo "There is no gecko web driver log to show."
109108
110109
- name: Upload Coverage
111110
if: ${{ success() }}

0 commit comments

Comments
 (0)