Skip to content

Commit 2c0da4b

Browse files
committed
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.
1 parent 12f1cff commit 2c0da4b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,9 +905,6 @@ jobs:
905905
with:
906906
languages: javascript
907907
source-root: tests/multi-language-repo
908-
- name: Build code
909-
shell: bash
910-
run: ./build.sh
911908
- uses: ./analyze
912909
with:
913910
output: "${{ runner.temp }}/results"

0 commit comments

Comments
 (0)