ci: disable integration tests

This commit is contained in:
Matthew Penner
2021-01-10 12:02:01 -07:00
parent 6bb4f6cd01
commit 166221be9b
3 changed files with 11 additions and 8 deletions

View File

@@ -59,9 +59,9 @@ jobs:
env:
DB_CONNECTION: testing
TESTING_DB_HOST: UNIT_NO_DB
- name: execute integration tests
run: vendor/bin/phpunit tests/Integration
if: ${{ always() }}
env:
TESTING_DB_PORT: ${{ job.services.mysql.ports[3306] }}
TESTING_DB_USERNAME: root
# - name: execute integration tests
# run: vendor/bin/phpunit tests/Integration
# if: ${{ always() }}
# env:
# TESTING_DB_PORT: ${{ job.services.mysql.ports[3306] }}
# TESTING_DB_USERNAME: root