Skip to content

Commit

Permalink
#16 added gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev committed Dec 23, 2020
1 parent c0ddf82 commit f47b957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
run: ./vendor/bin/simple-phpunit -v

- name: Logs
if: ${{ failure() }}
run: |
if [ -f ./logs/webdriver.log ]; then cat ./logs/webdriver.log; fi
if [ -f ./logs/selenium.log ]; then cat ./logs/selenium.log; fi
Expand Down

0 comments on commit f47b957

Please sign in to comment.