mirror of
https://github.com/flarum/core.git
synced 2025-08-03 06:57:54 +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 }}
|
||||
ports:
|
||||
- 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 }}'
|
||||
|
||||
|
Reference in New Issue
Block a user