mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Merge pull request #3259 from LibreSign/chore/use-full-command
chore: remove script and use full command
This commit is contained in:
commit
e951791b7a
4 changed files with 4 additions and 4 deletions
2
.github/workflows/phpunit-mariadb.yml
vendored
2
.github/workflows/phpunit-mariadb.yml
vendored
|
|
@ -161,7 +161,7 @@ jobs:
|
|||
# Only run if phpunit config file exists
|
||||
if: steps.check_phpunit.outcome == 'success'
|
||||
working-directory: apps/${{ env.APP_NAME }}
|
||||
run: composer run test:unit -- --testsuite=${{ matrix.testsuite }}
|
||||
run: php vendor/bin/phpunit --colors=always --testsuite=${{ matrix.testsuite }}
|
||||
|
||||
- name: Check PHPUnit integration script is defined
|
||||
id: check_integration
|
||||
|
|
|
|||
2
.github/workflows/phpunit-mysql.yml
vendored
2
.github/workflows/phpunit-mysql.yml
vendored
|
|
@ -161,7 +161,7 @@ jobs:
|
|||
# Only run if phpunit config file exists
|
||||
if: steps.check_phpunit.outcome == 'success'
|
||||
working-directory: apps/${{ env.APP_NAME }}
|
||||
run: composer run test:unit -- --testsuite=${{ matrix.testsuite }}
|
||||
run: php vendor/bin/phpunit --colors=always --testsuite=${{ matrix.testsuite }}
|
||||
|
||||
- name: Check PHPUnit integration script is defined
|
||||
id: check_integration
|
||||
|
|
|
|||
2
.github/workflows/phpunit-pgsql.yml
vendored
2
.github/workflows/phpunit-pgsql.yml
vendored
|
|
@ -157,7 +157,7 @@ jobs:
|
|||
# Only run if phpunit config file exists
|
||||
if: steps.check_phpunit.outcome == 'success'
|
||||
working-directory: apps/${{ env.APP_NAME }}
|
||||
run: composer run test:unit -- --testsuite=${{ matrix.testsuite }}
|
||||
run: php vendor/bin/phpunit --colors=always --testsuite=${{ matrix.testsuite }}
|
||||
|
||||
- name: Check PHPUnit integration script is defined
|
||||
id: check_integration
|
||||
|
|
|
|||
2
.github/workflows/phpunit-sqlite.yml
vendored
2
.github/workflows/phpunit-sqlite.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
working-directory: apps/${{ env.APP_NAME }}
|
||||
env:
|
||||
XDEBUG_MODE: ${{ matrix.xdebug_mode }}
|
||||
run: composer run test:unit -- --testsuite=${{ matrix.testsuite }}
|
||||
run: php vendor/bin/phpunit --colors=always --testsuite=${{ matrix.testsuite }}
|
||||
|
||||
- name: Check PHPUnit integration script is defined
|
||||
id: check_integration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue