From 1b6fba3a5669e80b0d11978e205ba8f28aadee5a Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Fri, 5 Apr 2024 11:09:35 -0400 Subject: [PATCH] re-enable phpunit tests --- .github/workflows/ci-linux.yaml | 2 +- .github/workflows/ci-static-analysis.yaml | 4 ++-- .github/workflows/ci-windows.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-linux.yaml b/.github/workflows/ci-linux.yaml index a6ce1aff6..3fb00b6b8 100644 --- a/.github/workflows/ci-linux.yaml +++ b/.github/workflows/ci-linux.yaml @@ -94,4 +94,4 @@ jobs: run: vendor/bin/simple-phpunit --version - name: Run tests - run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} --version + run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} diff --git a/.github/workflows/ci-static-analysis.yaml b/.github/workflows/ci-static-analysis.yaml index c1897ae6a..1ff990c56 100644 --- a/.github/workflows/ci-static-analysis.yaml +++ b/.github/workflows/ci-static-analysis.yaml @@ -5,8 +5,8 @@ on: push: branches: - 'main' -# schedule: -# - cron: '0 0 * * *' + schedule: + - cron: '0 0 * * *' env: PHPUNIT_FLAGS: "-v" diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml index a8d2660aa..e35abb645 100644 --- a/.github/workflows/ci-windows.yaml +++ b/.github/workflows/ci-windows.yaml @@ -67,4 +67,4 @@ jobs: run: vendor/bin/simple-phpunit --version - name: Run Tests - run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} --version + run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }}