Skip to content

Commit 4d1f094

Browse files
committed
wip
1 parent d328b0d commit 4d1f094

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/isolated-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
outputs:
3434
matrix: ${{ steps.get_json.outputs.json }}
3535

36-
phpunit:
36+
tests:
3737
runs-on: ${{ matrix.os }}
3838
needs: get_packages
3939
strategy:
@@ -82,3 +82,7 @@ jobs:
8282
- name: Execute PHPUnit tests
8383
run: |
8484
[ ! -f "packages/${{ matrix.package.basename }}/phpunit.xml" ] || phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml"
85+
86+
- name: Execute Tempest tests
87+
run: |
88+
[ -f "packages/${{ matrix.package.basename }}/phpunit.xml" ] || cd "packages/${{ matrix.package.basename }}"; php packages/${{ matrix.package.basename }}/vendor/bin/tempest test

0 commit comments

Comments
 (0)