From 13ad74a3ba5e4be693bf068e8cbb2ede169ff26e Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Wed, 1 Sep 2021 11:27:47 +0200 Subject: [PATCH] Move result page to cgaltest --- .github/workflows/filter_testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/filter_testsuite.yml b/.github/workflows/filter_testsuite.yml index 2a803b2e56c..a79a68dbff6 100644 --- a/.github/workflows/filter_testsuite.yml +++ b/.github/workflows/filter_testsuite.yml @@ -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",