Skip to content

Commit

Permalink
try like this
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 15, 2024
1 parent f4a4501 commit b2504d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ jobs:
- name: Try and fix images with relative path
run: |
cd Tests/Regression/Reporter/Logs/${{ matrix.platform }}_${{ matrix.python }}
sed -i.bak 's/img src=".*${{ matrix.platform }}_${{ matrix.python }}/img src="./g' output.xml
rebot output.xml
sed -i .bak 's/img src=".*${{ matrix.platform }}_${{ matrix.python }}/img src="./g' ./output.xml
rebot ./output.xml
- name: Archive Reporter Logs
if: ${{ success() }}
Expand Down

0 comments on commit b2504d3

Please sign in to comment.