mirror of
https://github.com/friendica/friendica
synced 2025-02-23 03:58:14 +00:00
rename workflows and test cases
This commit is contained in:
parent
9803bd731c
commit
af655ff392
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
name: Databese tests
|
||||
name: Database tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
friendica:
|
||||
name: Tests with PHP ${{ matrix.php-versions }}
|
||||
name: Test with PHP ${{ matrix.php-versions }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
|
||||
tests:
|
||||
name: Run PHPStan with PHP ${{ matrix.php }}
|
||||
name: PHPStan PHP (${{ matrix.php }})
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue