Skip to content

Commit 4744243

Browse files
Update README.md
1 parent d6eefab commit 4744243

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# stackql-assert
22

3-
The `stackql/stackql-assert` action is a JavaScript action that sets up StackQL CLI in your GitHub Actions workflow by:
3+
The `stackql/stackql-assert` action is an composite action that runs stackql query and check if result matches expected result
44

5-
- Downloading a latest Stackql CLI and adding it to the `PATH`.
6-
- Setup AUTH env var in the Github Action
7-
8-
This action can be run on `ubuntu-latest`, `windows-latest`, and `macos-latest` GitHub Actions runners, and will install and expose the latest version of the `stackql` CLI on the runner environment.
95

106
# Usage
117

@@ -45,4 +41,4 @@ env:
4541
- `test_query_path` - Path to the test query file.
4642
- `expected_rows` - Expected number of rows in the result.
4743
- `expected_results_str` - expected result from executing test query, support object string (overrides expected_results_file_path)
48-
- `expected_results_file_path` - file that stores expected result, json is support
44+
- `expected_results_file_path` - file that stores expected result, json is support

0 commit comments

Comments
 (0)