mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
chore: introduce the env vars
This commit is contained in:
8
.github/workflows/REUSABLE_backend.yml
vendored
8
.github/workflows/REUSABLE_backend.yml
vendored
@@ -118,6 +118,14 @@ jobs:
|
|||||||
image: ${{ matrix.service }}
|
image: ${{ matrix.service }}
|
||||||
ports:
|
ports:
|
||||||
- 13306:3306
|
- 13306:3306
|
||||||
|
postgres:
|
||||||
|
image: ${{ matrix.service }}
|
||||||
|
ports:
|
||||||
|
- 13306:5432
|
||||||
|
env:
|
||||||
|
POSTGRES_USER: root
|
||||||
|
POSTGRES_PASSWORD: root
|
||||||
|
POSTGRES_DB: flarum_test
|
||||||
|
|
||||||
name: 'PHP ${{ matrix.php }} / ${{ matrix.db }} ${{ matrix.prefixStr }}'
|
name: 'PHP ${{ matrix.php }} / ${{ matrix.db }} ${{ matrix.prefixStr }}'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user