Skip to content

Commit

Permalink
Delete 'packaing' from source-root test job name
Browse files Browse the repository at this point in the history
The test is not related to packaging.

Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
  • Loading branch information
2 people authored and GitHub committed Jul 1, 2021
1 parent 028f98f commit 67d6f79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -934,4 +934,3 @@ jobs:
echo "Did not match expected rules '$EXPECTED_RULES'."
exit 1
fi

0 comments on commit 67d6f79

Please sign in to comment.