We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df8fa7 + 167cfb9 commit 1aaeebaCopy full SHA for 1aaeeba
.github/workflows/run-tests.yml
@@ -99,7 +99,7 @@ jobs:
99
touch .env
100
if [ "${{ matrix.db }}" = "mysql" ]; then
101
MYSQL_PORT=3307 MYSQL_VERSION=${{ matrix.db.version }} docker compose up ${{ matrix.db.driver }} -d
102
- elif [ "${DB}" = "pgsql" ]; then
+ elif [ "${{ matrix.db }}" = "pgsql" ]; then
103
POSTGRES_PORT=5432 PGSQL_VERSION=${{ matrix.db.version }} docker compose up ${{ matrix.db.driver }} -d
104
fi
105
- name: Install dependencies
0 commit comments