We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e895b79 commit 7d73f50Copy full SHA for 7d73f50
2 files changed
.github/workflows/push.yml
@@ -61,6 +61,9 @@ jobs:
61
env:
62
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.PAT }}"} }'
63
- name: 'Run Tests'
64
+ env:
65
+ TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
66
+ TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
67
run: |
68
./update_doctrine.sh
69
php artisan doctrine:migrations:migrate --no-interaction
phpunit.xml
@@ -25,7 +25,5 @@
25
</testsuites>
26
<php>
27
<env name="APP_ENV" value="testing"/>
28
- <env name="TEST_USER_EMAIL" value="sebastian@tipit.net"/>
29
- <env name="TEST_USER_PASSWORD" value="1Qaz2wsx!"/>
30
</php>
31
</phpunit>
0 commit comments