Remove build.sh step from 'source-root' test

As this test is using only JS, it's not necessary to compile or analyze the other languages.
This commit is contained in:
Mario Campos 2021-07-01 18:43:10 -05:00
parent 12f1cff212
commit 2c0da4bcc7

View file

@ -905,9 +905,6 @@ jobs:
with:
languages: javascript
source-root: tests/multi-language-repo
- name: Build code
shell: bash
run: ./build.sh
- uses: ./analyze
with:
output: "${{ runner.temp }}/results"