Skip to content

Commit 67d6f79

Browse files
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>
1 parent 028f98f commit 67d6f79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ jobs:
895895
run: ./build.sh
896896
- uses: ./../action/analyze
897897

898-
test-packaging-javascript-source-root:
898+
test-javascript-source-root:
899899
needs: [check-js, check-node-modules]
900900
runs-on: ubuntu-latest
901901

@@ -934,4 +934,3 @@ jobs:
934934
echo "Did not match expected rules '$EXPECTED_RULES'."
935935
exit 1
936936
fi
937-

0 commit comments

Comments
 (0)