Skip to content

Commit

Permalink
Update the script
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Jul 19, 2024
1 parent af90f9c commit f897132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests-on-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
name: report
path: target/gatling
retention-days: 30

# Publish the report to GH pages
- name: Set up Git
run: |
Expand All @@ -55,8 +56,8 @@ jobs:
- name: Commit the report to the report branch
run: |
chmod +x update_report.sh
./update_report.sh
chmod +x commit_report.sh
./commit_report.sh
- name: Push changes
run: |
Expand Down

0 comments on commit f897132

Please sign in to comment.