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:
parent
12f1cff212
commit
2c0da4bcc7
1 changed files with 0 additions and 3 deletions
3
.github/workflows/pr-checks.yml
vendored
3
.github/workflows/pr-checks.yml
vendored
|
|
@ -905,9 +905,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
languages: javascript
|
languages: javascript
|
||||||
source-root: tests/multi-language-repo
|
source-root: tests/multi-language-repo
|
||||||
- name: Build code
|
|
||||||
shell: bash
|
|
||||||
run: ./build.sh
|
|
||||||
- uses: ./analyze
|
- uses: ./analyze
|
||||||
with:
|
with:
|
||||||
output: "${{ runner.temp }}/results"
|
output: "${{ runner.temp }}/results"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue