Skip to content

Commit c1cfc6b

Browse files
Thomas FinkThomas Fink
Thomas Fink
authored and
Thomas Fink
committed
clean(ZMS): fix zmsmessaging
1 parent ba67bdd commit c1cfc6b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/php-unit-tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
env:
2525
XDEBUG_MODE: coverage
2626
PHP_INI_SCAN_DIR: "/usr/local/etc/php/conf.d:/tmp/php/conf.d"
27+
outputs:
28+
result: ${{ steps.set-result.outputs.result }}
2729
steps:
2830
- uses: actions/checkout@main
2931

@@ -46,13 +48,14 @@ jobs:
4648
cd "${{ matrix.module }}"
4749
mkdir -p coverage
4850
echo "Running tests with coverage for ${{ matrix.module }}"
49-
php -dzend_extension=xdebug.so -dxdebug.mode=coverage -dmemory_limit=-1 \
51+
php -dmemory_limit=-1 \
5052
./vendor/bin/phpunit \
5153
--coverage-html coverage/html \
5254
--coverage-clover coverage/clover.xml \
5355
--log-junit coverage/junit.xml
5456
echo "Coverage files generated:"
5557
ls -la coverage/
58+
5659
- name: Upload Coverage
5760
uses: actions/upload-artifact@v4
5861
with:
@@ -87,7 +90,7 @@ jobs:
8790
php_version: "8.0"
8891
- module: zmsticketprinter
8992
php_version: "8.0"
90-
93+
9194
zmsapi-test:
9295
runs-on: ubuntu-latest
9396
container:

0 commit comments

Comments
 (0)