Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated to use exec and setup v2.2.1
  • Loading branch information
jeffreyaven committed Apr 28, 2024
commit 306ceba6fbf7940a92c85eb8f564e34a6b291d1e
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/[email protected].0
uses: stackql/[email protected].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/[email protected].0
uses: stackql/[email protected].1
with:
use_wrapper: true

- name: Execute StackQL Command
id: exec-query
uses: stackql/[email protected].0
uses: stackql/[email protected].1
with:
query: ${{ inputs.test_query }}
query_file_path: ${{ inputs.test_query_file_path }}
Expand Down