Skip to content

Commit

Permalink
updated to use exec and setup v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Apr 28, 2024
1 parent 95ab4fa commit 306ceba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stackql-assert-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Pull required providers
#
- name: pull required providers
uses: stackql/stackql-exec@v2.2.0
uses: stackql/stackql-exec@v2.2.1
with:
is_command: true
query: "REGISTRY PULL google; REGISTRY PULL github"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![StackQL Assert](https://github.com/stackql/stackql-assert/actions/workflows/stackql-assert-test.yml/badge.svg)](https://github.com/stackql/stackql-assert/actions/workflows/stackql-assert-test.yml)

# stackql-assert

The `stackql/stackql-assert` action is an composite action that runs a `stackql` query and checks if the result matches an expected result
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ runs:
using: "composite"
steps:
- name: Setup StackQL
uses: stackql/setup-stackql@v2.2.0
uses: stackql/setup-stackql@v2.2.1
with:
use_wrapper: true

- name: Execute StackQL Command
id: exec-query
uses: stackql/stackql-exec@v2.2.0
uses: stackql/stackql-exec@v2.2.1
with:
query: ${{ inputs.test_query }}
query_file_path: ${{ inputs.test_query_file_path }}
Expand Down

0 comments on commit 306ceba

Please sign in to comment.