Skip to content

Commit 06c6845

Browse files
Add analyze step to 'source-root' input test case
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
1 parent b9217ca commit 06c6845

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,11 +905,14 @@ jobs:
905905
with:
906906
languages: javascript
907907
source-root: tests/multi-language-repo
908+
- uses: ./analyze
909+
with:
910+
skip-queries: true
911+
upload: false
908912
- name: Assert database exists
909913
run: |
910914
cd "$RUNNER_TEMP/codeql_databases"
911915
if [[ ! -d javascript ]]; then
912916
echo "Did not find a JavaScript database"
913917
exit 1
914918
fi
915-

0 commit comments

Comments
 (0)