This repository was archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix counting in GitHub workflow #28
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The GitHub workflow test-maven-setup-action.yaml
has a step that counts the occurrences of what is expected to dynamically appear in the settings.xml
(link👇)
- name: Verify .m2 home |
This counting only counts 1 but will not reveal the actual number of occurrences. The file is logged and it appears to be as expected, but I cannot verify using grep -c
... I have been using grep
many times before, and cannot see why it doesn't work.
Help finding the reason of this is highly appreciated...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed