We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12932ec commit 167cfb9Copy full SHA for 167cfb9
.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