3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-20 22:15:52 +00:00

Merge pull request #15771 from snipe/revert-15744-chore/action-tests-debugging

Revert "Added the display of logs when tests fail in GitHub Actions"
This commit is contained in:
snipe
2024-11-04 20:06:24 +00:00
committed by GitHub
3 changed files with 0 additions and 12 deletions

View File

@ -77,7 +77,3 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
DB_USERNAME: root
run: php artisan test
- name: Test failure
if: ${{ failure() }}
run: docker exec "$PROJECT_NAME-php-fpm" cat storage/logs/laravel.log

View File

@ -75,7 +75,3 @@ jobs:
DB_USERNAME: snipeit
DB_PASSWORD: password
run: php artisan test
- name: Test failure
if: ${{ failure() }}
run: docker exec "$PROJECT_NAME-php-fpm" cat storage/logs/laravel.log

View File

@ -59,7 +59,3 @@ jobs:
env:
DB_CONNECTION: sqlite_testing
run: php artisan test
- name: Test failure
if: ${{ failure() }}
run: docker exec "$PROJECT_NAME-php-fpm" cat storage/logs/laravel.log