Skip to content

Commit

Permalink
Remove build.sh step from 'source-root' test
Browse files Browse the repository at this point in the history
As this test is using only JS, it's not necessary to compile or analyze the other languages.
  • Loading branch information
Mario Campos committed Jul 1, 2021
1 parent 12f1cff commit 2c0da4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c0da4b

Please sign in to comment.