From 2c0da4bcc7fd173cac47dbd8b6bb03117f7b75e2 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Thu, 1 Jul 2021 18:43:10 -0500 Subject: [PATCH] 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. --- .github/workflows/pr-checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7824219cd..dc78453d8 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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"