Skip to content

Commit

Permalink
use stackql-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Apr 28, 2024
1 parent 1d93bcc commit 70532c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/stackql-assert.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'StackQL Assert'
name: 'stackql-assert'

on:
push:
Expand All @@ -17,6 +17,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

#
# Pull required providers
#
- name: Use test query string and expected rows
uses: stackql/stackql-exec@v2.1.1
with:
is_command: true
query: "REGISTRY PULL google"

#
# Example `test_query` with `expected_rows`
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build and Test'
name: 'npm test'
on:
push:
pull_request:
Expand Down

0 comments on commit 70532c6

Please sign in to comment.