From 67d6f7929f14341bd1ec1741bd38c9db093ef632 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Thu, 1 Jul 2021 18:31:50 -0500 Subject: [PATCH] Delete 'packaing' from source-root test job name The test is not related to packaging. Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> --- .github/workflows/pr-checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 366dd290a..c2e219be3 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -895,7 +895,7 @@ jobs: run: ./build.sh - uses: ./../action/analyze - test-packaging-javascript-source-root: + test-javascript-source-root: needs: [check-js, check-node-modules] runs-on: ubuntu-latest @@ -934,4 +934,3 @@ jobs: echo "Did not match expected rules '$EXPECTED_RULES'." exit 1 fi -