mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Improve labels on parallel tests file
This commit is contained in:
parent
af7c824d70
commit
eff53d8464
4
.github/workflows/parallel.yml
vendored
4
.github/workflows/parallel.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
while ! mysqladmin ping -h"127.0.0.1" -P"$DB_PORT" --silent; do
|
||||
sleep 1
|
||||
done
|
||||
- name: Setup PHP
|
||||
- name: Setup PHP shivammathur/setup-php@v2
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
@ -90,7 +90,7 @@ jobs:
|
||||
run: |
|
||||
cp .env.ci .env
|
||||
|
||||
- name: Cache dependencies
|
||||
- name: Cache dependencies actions/cache@v3
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.composer/cache/files
|
||||
|
Loading…
x
Reference in New Issue
Block a user