1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

chore: introduce the env vars

This commit is contained in:
Daniël Klabbers
2024-03-04 21:09:45 +01:00
parent 88cce7d7cf
commit 9faf01f965

View File

@@ -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 }}'