Skip to content
Merged
Prev Previous commit
Next Next commit
use stackql-exec
  • Loading branch information
jeffreyaven committed Apr 28, 2024
commit 70532c698823c41bc65e00cb0671f8068a429de9
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/[email protected]
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