We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4909649 commit 43531dfCopy full SHA for 43531df
.github/workflows/stackql-assert.yml
@@ -63,8 +63,8 @@ jobs:
63
- name: Use test query string and expected results file, with auth object
64
uses: ./
65
with:
66
- test_query_file_path: './.github/workflows/workflow_scripts/google-example.iql'
67
- data_file_path: './.github/workflows/workflow_scripts/google-example-data.jsonnet'
+ test_query_file_path: './.github/workflows/workflow_scripts/github-example.iql'
+ data_file_path: './.github/workflows/workflow_scripts/github-example-data.jsonnet'
68
vars: TEST_ORG=${{ env.TEST_ORG }},TEST_REPO=${{ env.TEST_REPO }}
69
expected_rows: 1
70
env:
0 commit comments