Skip to content

Commit

Permalink
Improve Test by checking the Wizard button
Browse files Browse the repository at this point in the history
  • Loading branch information
jvies committed Dec 23, 2022
1 parent 3d76153 commit a133a1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
run: sleep 60
- name: Check status
run: docker ps -a
- name: Test
run: curl http://localhost:8080/ -L --fail -s | grep 'Sign in</button>' -q
- name: Test Installer
run: curl http://localhost:8080/ -L --fail -s | grep '/installer/index/go' -q
- name: Test Email
run: docker-compose exec -T humhub php /var/www/localhost/htdocs/protected/yii test/email 'test@example.com' | grep 'Message successfully sent!' -q
test_prod:
Expand Down Expand Up @@ -143,8 +143,8 @@ jobs:
run: sleep 60
- name: Check status
run: docker ps -a
- name: Test
run: curl http://localhost:8080/ -L --fail -s | grep 'Sign in</button>' -q
- name: Test Installer
run: curl http://localhost:8080/ -L --fail -s | grep '/installer/index/go' -q
- name: Test Email
run: docker-compose exec -T humhub php /var/www/localhost/htdocs/protected/yii test/email 'test@example.com' | grep 'Message successfully sent!' -q
push_ghcr:
Expand Down

0 comments on commit a133a1e

Please sign in to comment.