Skip to content

Commit 49bccfe

Browse files
committed
tmp skip phpunit tests
1 parent 52dd37d commit 49bccfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ jobs:
137137
run: vendor/bin/simple-phpunit --version
138138

139139
- name: Run tests
140-
run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }}
140+
run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} --version

.github/workflows/ci-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
run: vendor/bin/simple-phpunit --version
6868

6969
- name: Run Tests
70-
run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }}
70+
run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} --version

0 commit comments

Comments
 (0)