Aman-Mittal commented on code in PR #476:
URL:
https://github.com/apache/fineract-backoffice-ui/pull/476#discussion_r3923934286
##########
.github/workflows/ci.yml:
##########
@@ -231,17 +231,19 @@ jobs:
restore-keys: |
${{ runner.os }}-angular-test-
- name: Run Tests with Coverage
+ # The legacy runner has no work once the Karma baseline reaches zero.
Its complete
+ # removal, including its configuration and dependencies, follows in a
separate change.
+ if: ${{ hashFiles('src/**/*.spec.ts', 'projects/**/*.spec.ts') != '' }}
Review Comment:
we should handle this change in separate PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]