We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0440c commit 66e8dc4Copy full SHA for 66e8dc4
1 file changed
.github/workflows/PRTesting.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: self-hosted
20
environment:
21
name: test
22
- url: https://serv.ltx.de/prs/${{ github.event.number }}/report/Modelica/PR_comparison_report.html
+ url: https://serv.ltx.de/prs/${{ github.event.number }}/Modelica/report/PR_comparison_report.html
23
steps:
24
- name: run modelica
25
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