Skip to content

Commit

Permalink
updated maven
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Oct 2, 2023
1 parent 6110536 commit 181c3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
continue-on-error: true

- name: Generate Cucumber JSON Report
run: mvn exec:java -Dexec.mainClass="io.cucumber.core.cli.Main" -Dexec.args="--plugin json:target/cucumber-report.json src/test/resources"
run: mvn exec:java -Dexec.mainClass="io.cucumber.core.cli.Main" -Dexec.args="--plugin json:target/cucumber-report.json src/test/java/features"

- name: Upload Cucumber JSON Report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 181c3a4

Please sign in to comment.