Skip to content

Commit 70532c6

Browse files
committed
use stackql-exec
1 parent 1d93bcc commit 70532c6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/stackql-assert.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'StackQL Assert'
1+
name: 'stackql-assert'
22

33
on:
44
push:
@@ -17,6 +17,15 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919

20+
#
21+
# Pull required providers
22+
#
23+
- name: Use test query string and expected rows
24+
uses: stackql/[email protected]
25+
with:
26+
is_command: true
27+
query: "REGISTRY PULL google"
28+
2029
#
2130
# Example `test_query` with `expected_rows`
2231
#

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build and Test'
1+
name: 'npm test'
22
on:
33
push:
44
pull_request:

0 commit comments

Comments
 (0)