Skip to content

Commit

Permalink
Add cli action tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Apr 9, 2024
1 parent af17da3 commit b9c4068
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test_cli_action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Testing

on:
pull_request:
branches:
- "*"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
branches:
- main

env:
TERM: unknown # Disables colors in rich

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

- name: Test version
run: snow --version

0 comments on commit b9c4068

Please sign in to comment.