From 8351cfaea7d243bfe8eb863d646352a8abeb9c09 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 7 Mar 2024 16:16:54 +0000 Subject: [PATCH] ci: debug phpunit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c582cf1..effedfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: tar -xvf /tmp/github-actions/build.tar ./ - name: PHP Unit tests - uses: php-actions/phpunit@master + uses: php-actions/phpunit@debug-back-3 env: XDEBUG_MODE: cover with: