-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(workflows):[#828] add new cucumber workflow with integration to… #850
Conversation
CHANGELOG file was not updated! Make sure to include important changes. |
|
||
- name: Find previous comment in PR | ||
if: always() && github.event_name == 'pull_request' | ||
uses: peter-evans/find-comment@v3 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
|
||
- name: Create or update comment in PR | ||
if: always() && github.event_name == 'pull_request' | ||
uses: peter-evans/create-or-update-comment@v4 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
mvn clean verify -P cucumber -Dgroups="$ISSUE_FILTER" -pl irs-cucumber-tests -am --batch-mode 2> irs-cucumber-tests/report-banner.txt | ||
|
||
- name: Publish Cucumber Results | ||
uses: EnricoMi/[email protected] |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedIssues Measures |
… Xray
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: