mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
ci: disable integration tests
This commit is contained in:
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user