Skip to content

Commit

Permalink
Test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jvasquezrojas committed Apr 9, 2024
1 parent 8176c5d commit 8f3c6ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/connect-to-snowflake-account-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
name: Install Snowflake CLI in ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: create temporal config file.
run: touch config.toml

- name: Set up Snowflake CLI
uses: ./
id: setup_snowcli
with:
cli-version: '2.1.0'
default-config-file-path: '.github/workflows/tests-files/config.toml'

- name: Test connection
shell: bash
Expand Down

0 comments on commit 8f3c6ba

Please sign in to comment.