8000 re-enable phpunit tests · symfony/maker-bundle@1b6fba3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b6fba3

Browse files
committed
re-enable phpunit tests
1 parent 45d8234 commit 1b6fba3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-linux.yaml

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

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

.github/workflows/ci-static-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- 'main'
8-
# schedule:
9-
# - cron: '0 0 * * *'
8+
schedule:
9+
- cron: '0 0 * * *'
1010

1111
env:
1212
PHPUNIT_FLAGS: "-v"

.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 }} --version
70+
run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }}

0 commit comments

Comments
 (0)
0