Add analyze step to 'source-root' input test case

Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
This commit is contained in:
Mario Campos 2021-07-02 14:50:52 -05:00 committed by GitHub
parent b9217ca238
commit 06c6845442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -905,6 +905,10 @@ jobs:
with:
languages: javascript
source-root: tests/multi-language-repo
- uses: ./analyze
with:
skip-queries: true
upload: false
- name: Assert database exists
run: |
cd "$RUNNER_TEMP/codeql_databases"
@ -912,4 +916,3 @@ jobs:
echo "Did not find a JavaScript database"
exit 1
fi