mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 06:33:27 +08:00
chore: introduce the env vars
This commit is contained in:
parent
88cce7d7cf
commit
9faf01f965
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 }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user