We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d8234 commit 1b6fba3Copy full SHA for 1b6fba3
.github/workflows/ci-linux.yaml
@@ -94,4 +94,4 @@ jobs:
94
run: vendor/bin/simple-phpunit --version
95
96
- name: Run tests
97
- run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} --version
+ run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }}
.github/workflows/ci-static-analysis.yaml
@@ -5,8 +5,8 @@ on:
5
push:
6
branches:
7
- 'main'
8
-# schedule:
9
-# - cron: '0 0 * * *'
+ schedule:
+ - cron: '0 0 * * *'
10
11
env:
12
PHPUNIT_FLAGS: "-v"
.github/workflows/ci-windows.yaml
@@ -67,4 +67,4 @@ jobs:
67
68
69
- name: Run Tests
70
0 commit comments