Skip to content

Commit

Permalink
WIP: Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Mar 11, 2024
1 parent 2f953d5 commit 1a3839d
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,14 @@ jobs:
path: ./publish/${{ matrix.arch }}/self-contained/*

integration-test:
name: Tests cli
name: Test
needs:
- set-version-number
- build-standalone
continue-on-error: true

strategy:
fail-fast: false
# We could really like to:
# - Start each database (on another host, using Docker, or other means, e.g. Azure SQL, etc
# - On all architectures available (windows-latest, linux-latest, macos-latest, and macos-14),
Expand All @@ -154,18 +156,24 @@ jobs:
- name: "PostgreSQL Conn2"
project: PostgreSQL
connectionstring: "DbConn PostgreSQL Conn2"

# - name: MariaDB
# connectionstrings:
# - "MariaDB Conn1"
# - "MariaDB Conn2"
# - name: Sqlite
# connectionstrings:
# - "Sqlite Conn1"
# - name: Oracle
# connectionstrings:
# - "Oracle Conn1"
# - "Oracle Conn2"
- name: "MariaDB Conn1"
project: MariaDB
connectionstring: "DbConn MariaDB Conn1"
- name: "MariaDB Conn2"
project: MariaDB
connectionstring: "DbConn MariaDB Conn2"
- name: "Sqlite Conn1"
project: Sqlite
connectionstring: "DbConn Sqlite Conn1"
- name: "Sqlite Conn2"
project: Sqlite
connectionstring: "DbConn Sqlite Conn2"
- name: "Oracle Conn1"
project: Oracle
connectionstring: "DbConn Oracle Conn1"
- name: "Oracle Conn2"
project: Oracle
connectionstring: "DbConn Oracle Conn2"
os:
- name: windows-latest
arch: win-x64
Expand Down

0 comments on commit 1a3839d

Please sign in to comment.