Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Granizo committed Nov 22, 2024
1 parent f2d7908 commit 77e13b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
run: ./gradlew clean test

- name: Archive Serenity Reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: serenity-reports
path: target/site/serenity/

- name: Archive Cucumber JSON Report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cucumber-reports
path: target/cucumber.json

0 comments on commit 77e13b9

Please sign in to comment.