Skip to content

Commit 167cfb9

Browse files
Marick van TuilMarick van Tuil
authored andcommitted
Fix
1 parent 12932ec commit 167cfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
touch .env
100100
if [ "${{ matrix.db }}" = "mysql" ]; then
101101
MYSQL_PORT=3307 MYSQL_VERSION=${{ matrix.db.version }} docker compose up ${{ matrix.db.driver }} -d
102-
elif [ "${DB}" = "pgsql" ]; then
102+
elif [ "${{ matrix.db }}" = "pgsql" ]; then
103103
POSTGRES_PORT=5432 PGSQL_VERSION=${{ matrix.db.version }} docker compose up ${{ matrix.db.driver }} -d
104104
fi
105105
- name: Install dependencies

0 commit comments

Comments
 (0)