diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index aab8fc08..bc2b4778 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -143,12 +143,16 @@ jobs: matrix: database: - name: SqlServer Conn1 - - connectionstring: "DbConn SqlServer Conn1" + project: SqlServer + connectionstring: "DbConn SqlServer Conn1" - name: SqlServer Conn2 - - connectionstring: "DbConn 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: