Skip to content

Commit

Permalink
re-enable phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 5, 2024
1 parent 45d8234 commit 1b6fba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions .github/workflows/ci-static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- 'main'
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'

env:
PHPUNIT_FLAGS: "-v"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1b6fba3

Please sign in to comment.