Skip to content

Commit

Permalink
add -r index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent 1996c12 commit d2ff713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
- name: Running Robot
run: robot -d reports/ tests/*.robot
run: robot -d reports/ -r index.html tests/*.robot

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d2ff713

Please sign in to comment.