Skip to content

Commit

Permalink
Revert "fix(ci): add fix for SQL Server 2017"
Browse files Browse the repository at this point in the history
This reverts commit f7cdacd.
  • Loading branch information
jkomyno committed Sep 23, 2024
1 parent 7aa8534 commit 32dfebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-query-engine-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
version:
type: string
required: true
ubuntu:
type: string
required: true
single_threaded:
type: boolean
default: false
Expand Down Expand Up @@ -49,7 +46,7 @@ jobs:
PRISMA_ENGINE_PROTOCOL: ${{ matrix.engine_protocol }}
PRISMA_RELATION_LOAD_STRATEGY: ${{ matrix.relation_load_strategy }}

runs-on: ubuntu-${{ inputs.ubuntu }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,10 @@ jobs:
database:
- name: "mssql_2022"
version: "2022"
ubuntu: "latest"
- name: "mssql_2019"
version: "2019"
ubuntu: "latest"
- name: "mssql_2017"
version: "2017"
ubuntu: "20.04"
uses: ./.github/workflows/test-query-engine-template.yml
name: mssql ${{ matrix.database.version }}
with:
Expand Down

0 comments on commit 32dfebf

Please sign in to comment.