Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Mar 11, 2024
1 parent 4a4479d commit 2f953d5
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f953d5

Please sign in to comment.