Skip to content

Commit 43531df

Browse files
committed
updated tests
1 parent 4909649 commit 43531df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackql-assert.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: Use test query string and expected results file, with auth object
6464
uses: ./
6565
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'
66+
test_query_file_path: './.github/workflows/workflow_scripts/github-example.iql'
67+
data_file_path: './.github/workflows/workflow_scripts/github-example-data.jsonnet'
6868
vars: TEST_ORG=${{ env.TEST_ORG }},TEST_REPO=${{ env.TEST_REPO }}
6969
expected_rows: 1
7070
env:

0 commit comments

Comments
 (0)