test upload artifiact action
Some checks failed
CI / testsuite (pgsql, 8.2, ) (push) Successful in 7m5s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 5m57s
CI / testsuite (mysql, 8.2, ) (push) Successful in 16m3s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m41s
CI / Coding Standard & Static Analysis (push) Failing after 4m25s
CI / testsuite (mysql, 8.4, ) (push) Has started running
CI / testsuite (pgsql, 8.4, ) (push) Has started running
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
Some checks failed
CI / testsuite (pgsql, 8.2, ) (push) Successful in 7m5s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 5m57s
CI / testsuite (mysql, 8.2, ) (push) Successful in 16m3s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m41s
CI / Coding Standard & Static Analysis (push) Failing after 4m25s
CI / testsuite (mysql, 8.4, ) (push) Has started running
CI / testsuite (pgsql, 8.4, ) (push) Has started running
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
This commit is contained in:
@@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.1'
|
php-version: '8.2'
|
||||||
extensions: mbstring, intl, sqlite, bcmath
|
extensions: mbstring, intl, sqlite, bcmath
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
@@ -127,9 +127,15 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run phpstan
|
- name: Run phpstan
|
||||||
run: vendor/bin/phpstan analyse src tests --error-format=github
|
run: vendor/bin/phpstan analyse src tests --error-format=github > phpstan.errors
|
||||||
|
|
||||||
- name: Run phpcs
|
- name: Run phpcs
|
||||||
run: composer cs-check
|
run: composer cs-check
|
||||||
|
|
||||||
|
- run: mkdir -p art
|
||||||
|
- run: echo hello > art/world.txt
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
path: art/world.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user