Skip to content

Commit 1aaeeba

Browse files
Marick van TuilMarick van Tuil
Marick van Tuil
authored and
Marick van Tuil
committed
Merge branch 'master-next' into feature/next
2 parents 4df8fa7 + 167cfb9 commit 1aaeeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
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)