Skip to content

Commit e2891d9

Browse files
Add cucumber report to CICD artefacts
1 parent 5d8cc8b commit e2891d9

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ on:
1717

1818
jobs:
1919
build:
20-
2120
runs-on: ubuntu-latest
22-
21+
permissions:
22+
pull-requests: write
23+
contents: write
24+
checks: write
25+
2326
steps:
2427
- uses: actions/checkout@v4
2528
- name: Set up JDK 17
@@ -46,5 +49,11 @@ jobs:
4649
# Github personal token to add comments to Pull Request
4750
token: ${{ secrets.GITHUB_TOKEN }}
4851
title: '# Java Code Coverage Report'
52+
53+
- name: Cucumber Report
54+
uses: deblockt/cucumber-report-annotations-action@v1.7
55+
with:
56+
access-token: ${{ secrets.GITHUB_TOKEN }}
57+
path: "**/Cucumber.json"
4958

5059

0 commit comments

Comments
 (0)