test upload artifiact action v2 skip the checksytle and phpstan scripts for now

This commit is contained in:
bs
2026-01-23 01:08:22 -08:00
parent d79277495d
commit 7e694b4e75
-6
View File
@@ -126,12 +126,6 @@ jobs:
composer install --no-progress --prefer-dist --optimize-autoloader
fi
- name: Run phpstan
run: vendor/bin/phpstan analyse src tests --error-format=github > phpstan.errors
- name: Run phpcs
run: composer cs-check
- run: mkdir -p art
- run: echo hello > art/world.txt
- uses: actions/upload-artifact@v4