Move result page to cgaltest

This commit is contained in:
Maxime Gimeno 2021-09-01 11:27:47 +02:00
parent ebb719c8a4
commit 13ad74a3ba
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
uses: actions/github-script@v3
with:
script: |
const address = "The testsuite is lauched. results will be found, after it is done, here : https://cgal.geometryfactory.com/~mgimeno/test_suite/TESTRESULTS/index.shtml "
const address = "The testsuite is lauched. results will be found, after it is done, here : https://cgal.geometryfactory.com/~cgaltest/test_suite/TESTRESULTS/index.shtml "
github.issues.createComment({
owner: "CGAL",
repo: "cgal",