Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
starswaitforus committed Oct 9, 2024
1 parent 02d78ee commit 8d1a1ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y \
composer
php -r "assert(true);" || echo fail
php -r "assert(false);" || echo fail
XDEBUG_MODE=off php -r "assert(false);" || echo fail
- name: "Install Composer dependencies"
timeout-minutes: 1
Expand Down

0 comments on commit 8d1a1ea

Please sign in to comment.