From 39dad96601a66da2ff2725426ad5655948bcd1f0 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Thu, 26 Jan 2023 13:03:04 +0100 Subject: [PATCH] Run make regardless of timestamps, so we are sure unit tests run with the generated PHP code, not with accidental human made changes to Lexer/Parser. --- .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 e68ea014..93f3f1b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: uses: php-actions/composer@v6 - name: Run make - run: make + run: make -B - name: Run tests with phpunit run: php ./vendor/phpunit/phpunit/phpunit