test upload artifiact action v2 skip the checksytle and phpstan scripts for now
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 6m24s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m58s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 15m28s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m21s
CI / Coding Standard & Static Analysis (push) Failing after 3m25s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 21m20s
CI / testsuite (mysql, 8.4, ) (push) Successful in 21m26s
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled

This commit is contained in:
2026-01-23 01:08:22 -08:00
parent d79277495d
commit 7e694b4e75

View File

@@ -126,12 +126,6 @@ jobs:
composer install --no-progress --prefer-dist --optimize-autoloader composer install --no-progress --prefer-dist --optimize-autoloader
fi 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: mkdir -p art
- run: echo hello > art/world.txt - run: echo hello > art/world.txt
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4