Touch all our test files so that testing works when comparing mtimes - for TIC testing

This commit is contained in:
Deon George 2023-11-23 22:10:04 +11:00
parent 19338edcb6
commit 455fed52ee
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ x86_64:test:
script:
# run laravel tests
- touch storage/app/test/*
- XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text --colors=never
# run frontend tests