Skip to content

Commit

Permalink
Update cucumber-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TayGov authored Oct 16, 2024
1 parent 6b63341 commit b446d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cucumber-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ jobs:
# Upload Spark report for debugging purposes
- name: Upload Spark report for debugging purposes
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cucumber-spark-report
path: ./tests/test-output/extent/Spark/Index.html

# Upload Cucumber JSON for debugging purposes
- name: Upload Cucumber JSON for debugging purposes
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cucumber-json-report
path: ./tests/target/cucumber-reports/CucumberTestReport.json
Expand Down

0 comments on commit b446d23

Please sign in to comment.