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 61301a2 commit 314a4ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 314a4ea

Please sign in to comment.