From 2f953d509065fd52a65e5636bfa8f7100111ba61 Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Mon, 11 Mar 2024 17:32:44 +0100 Subject: [PATCH] WIP --- .github/workflows/integration-tests.yml | 28 ++++++++++++------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4b1dcd4c..4d861a06 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -142,21 +142,19 @@ jobs: # and cheap, for each one. matrix: database: - # - name: SqlServer Conn1 - # project: SqlServer - # connectionstring: "DbConn SqlServer Conn1" - # - name: SqlServer Conn2 - # project: SqlServer - # connectionstring: "DbConn SqlServer Conn2" - # - name: "PostgreSQL Conn1" - # project: PostgreSQL - # connectionstring: "DbConn PostgreSQL Conn1" - # - name: "PostgreSQL Conn2" - # project: PostgreSQL - # connectionstring: "DbConn PostgreSQL Conn2" - - "PostgreSQL Conn1": { project: "PostgreSQL", connectionstring: "DbConn PostgreSQL Conn1" } - - "PostgreSQL Conn2": { project: "PostgreSQL", connectionstring: "DbConn PostgreSQL Conn2" } - + - name: SqlServer Conn1 + project: SqlServer + connectionstring: "DbConn SqlServer Conn1" + - name: SqlServer Conn2 + project: SqlServer + connectionstring: "DbConn SqlServer Conn2" + - name: "PostgreSQL Conn1" + project: PostgreSQL + connectionstring: "DbConn PostgreSQL Conn1" + - name: "PostgreSQL Conn2" + project: PostgreSQL + connectionstring: "DbConn PostgreSQL Conn2" + # - name: MariaDB # connectionstrings: # - "MariaDB Conn1"