Skip to content

Commit 66e8dc4

Browse files
Update PRTesting.yml
correct url to reports 2.0
1 parent 5d0440c commit 66e8dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PRTesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: self-hosted
2020
environment:
2121
name: test
22-
url: https://serv.ltx.de/prs/${{ github.event.number }}/report/Modelica/PR_comparison_report.html
22+
url: https://serv.ltx.de/prs/${{ github.event.number }}/Modelica/report/PR_comparison_report.html
2323
steps:
2424
- name: run modelica
2525
run: /home/resimuser/regression_testing/docker/work/run_scripts/run_pr.sh ${{ github.event.number }} ${{ github.event.pull_request.base.sha }} Modelica

0 commit comments

Comments
 (0)