Skip to content

Commit

Permalink
Add cli action tests on CI (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek authored Apr 22, 2024
1 parent cd40584 commit fb0a847
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test_cli_action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "CLI Action testing"

on:
schedule:
- cron: "0 0 * * *"

jobs:
version:
name: "Check Snowflake CLI version"
runs-on: ubuntu-latest
steps:
- uses: Snowflake-Labs/snowflake-cli-action@v1
with:
cli-version: "latest"

- name: Test version
run: snow --version

0 comments on commit fb0a847

Please sign in to comment.