Skip to content

Commit a350fe0

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 1aaeeba + d0a025d commit a350fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
CI_SERVICE_ACCOUNT_JSON_KEY: ${{ secrets.CI_SERVICE_ACCOUNT_JSON_KEY }}
9898
run: |
9999
touch .env
100-
if [ "${{ matrix.db }}" = "mysql" ]; then
100+
if [ "${{ matrix.db.driver }}" = "mysql" ]; then
101101
MYSQL_PORT=3307 MYSQL_VERSION=${{ matrix.db.version }} docker compose up ${{ matrix.db.driver }} -d
102-
elif [ "${{ matrix.db }}" = "pgsql" ]; then
102+
elif [ "${{ matrix.db.driver }}" = "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)