From 4a4479d1fc552f0e3e594e8aab31f2b0471d0aec Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Mon, 11 Mar 2024 17:29:29 +0100 Subject: [PATCH] Getting fancy --- .github/workflows/integration-tests.yml | 27 ++++++++++++++----------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0127c846..4b1dcd4c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -142,18 +142,21 @@ 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" + # - 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: MariaDB # connectionstrings: # - "MariaDB Conn1"