Skip to content

Commit

Permalink
refactor :.github/workflows/pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rukhsarkh committed Jan 3, 2025
1 parent 6ca8d4a commit 21fd93e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ jobs:
Test-Application:
name: Test Application
runs-on: ubuntu-latest
needs:
[Code-Quality-Checks, Check-ESlint-Disable, Check-Code-Coverage-Disable]
needs: [Code-Quality-Checks, Check-ESlint-Disable, Check-Code-Coverage-Disable]
steps:
- name: Checkout the Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 21fd93e

Please sign in to comment.