From 48da387de309c49a7aad82602595c09f07350f5a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:53:47 +0000 Subject: [PATCH 1/2] Initial plan From 56cbb86bad80988e3764341b7ee050a4d882db4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:57:15 +0000 Subject: [PATCH 2/2] Comment out test, pint, and phpstan steps in composer-update workflow Co-authored-by: nielsdrost7 <47660417+nielsdrost7@users.noreply.github.com> --- .github/workflows/composer-update.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index 206baad2d..f2e825bdd 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -78,17 +78,17 @@ jobs: run: | composer update --prefer-stable --no-interaction - - name: Run tests - run: | - cp .env.example .env - php artisan key:generate - php artisan test --testsuite=Unit + # - name: Run smoke tests + # run: | + # cp .env.example .env + # php artisan key:generate + # php artisan test --group=smoke - - name: Run static analysis - run: vendor/bin/phpstan analyse --no-progress --error-format=github || true + # - name: Run static analysis + # run: vendor/bin/phpstan analyse --no-progress --error-format=github || true - - name: Run code formatting - run: vendor/bin/pint --test || true + # - name: Run code formatting + # run: vendor/bin/pint --test || true - name: Check for changes id: check-changes @@ -134,9 +134,9 @@ jobs: ### Checks Performed - - [x] Unit tests passed - - [x] Static analysis completed - - [x] Code formatting checked + - [ ] ~~Unit tests passed~~ (commented out until further notice) + - [ ] ~~Static analysis completed~~ (commented out until further notice) + - [ ] ~~Code formatting checked~~ (commented out until further notice) ### Security Audit