Skip to content

Commit

Permalink
Add analyze step to 'source-root' input test case
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
  • Loading branch information
2 people authored and GitHub committed Jul 2, 2021
1 parent b9217ca commit 06c6845
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -905,11 +905,14 @@ 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"
if [[ ! -d javascript ]]; then
echo "Did not find a JavaScript database"
exit 1
fi

0 comments on commit 06c6845

Please sign in to comment.