Skip to content

Commit

Permalink
install odbc github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eryanRM committed Nov 1, 2023
1 parent 668ca32 commit cc870aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test_destination_synapse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches:
- master
- devel

workflow_dispatch:

env:
DESTINATION__SYNAPSE__CREDENTIALS: ${{ secrets.SYNAPSE_CREDENTIALS }}
DESTINATION__SYNAPSE__CREDENTIALS__PASSWORD: ${{ secrets.SYNAPSE_PASSWORD }}
Expand All @@ -29,6 +29,9 @@ jobs:
if [[ "${{ github.head_ref }}" != "synapse" ]]; then
exit 1
fi
- name: Install ODBC driver for SQL Server
run:|
sudo ACCEPT_EULA=Y apt-get install --yes msodbcsql18

run_loader:
name: Tests Synapse loader
Expand All @@ -42,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:

- name: Check out
uses: actions/checkout@master

Expand Down

0 comments on commit cc870aa

Please sign in to comment.