We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d93bcc commit 70532c6Copy full SHA for 70532c6
.github/workflows/stackql-assert.yml
@@ -1,4 +1,4 @@
1
-name: 'StackQL Assert'
+name: 'stackql-assert'
2
3
on:
4
push:
@@ -17,6 +17,15 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v3
19
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
+
29
#
30
# Example `test_query` with `expected_rows`
31
.github/workflows/test.yml
-name: 'Build and Test'
+name: 'npm test'
pull_request:
0 commit comments