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>
This commit is contained in:
Mario Campos 2021-07-01 18:31:50 -05:00 committed by GitHub
parent 028f98f5ea
commit 67d6f7929f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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