Skip to content

Commit

Permalink
💚 Do not grep the result of test/email
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <[email protected]>
  • Loading branch information
madmath03 authored and mriedmann committed Sep 5, 2020
1 parent 96e3982 commit 5c26fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Test
run: curl http://localhost:8080/ -L --fail -s | grep 'Sign in</button>' -q
- name: Test Email
run: docker-compose exec -w '/var/www/localhost/htdocs/protected' -T humhub php yii test/email '[email protected]' | grep 'Message successfully sent!' -q
run: docker-compose exec -w '/var/www/localhost/htdocs/protected' -T humhub php yii test/email '[email protected]'
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ before_install:

script:
- curl http://localhost:8080/ -L --fail -s | grep 'Sign in</button>' -q
- docker-compose exec -w '/var/www/localhost/htdocs/protected' -T humhub php yii test/email '[email protected]' | grep 'Message successfully sent!' -q
- docker-compose exec -w '/var/www/localhost/htdocs/protected' -T humhub php yii test/email '[email protected]'

0 comments on commit 5c26fa0

Please sign in to comment.