Skip to content

Commit 58219f8

Browse files
nemesifiermn-ram
authored andcommitted
[ci] Fixed flawed geckodriver log job
1 parent 06b0cca commit 58219f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888

8989
- name: Show gecko web driver log on failures
9090
if: ${{ failure() }}
91-
run: cat geckodriver.log
91+
run: |
92+
[ -f geckodriver.log ] && cat geckodriver.log \
93+
|| echo "there is no gecko web driver log to show"
9294
9395
- name: Upload Coverage
9496
if: ${{ success() }}

0 commit comments

Comments
 (0)