From b843856decdce88af5d3db38cb167f0838e37e71 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 24 Mar 2023 13:44:30 +0100 Subject: [PATCH] Bump test runner script --- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/smoke-tests.yml | 4 ++-- .github/workflows/test-pull-requests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 873ee5b24cb..ea0ec38ddce 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -68,7 +68,7 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/1c74d1aac38d32b38ccf43584762c5b62c930d2e/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/86a027fdd612c85e3a75c66e3f2ce499be386fec/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }} system-testing: @@ -212,7 +212,7 @@ jobs: - name: Ping statistics server with test results run: | cp build/junit.xml report.xml - curl https://raw.githubusercontent.com/hydephp/develop/1c74d1aac38d32b38ccf43584762c5b62c930d2e/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/86a027fdd612c85e3a75c66e3f2ce499be386fec/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }} - name: Upload coverage artifacts diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index f714e5532e2..fa5262f15d5 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/1c74d1aac38d32b38ccf43584762c5b62c930d2e/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/86a027fdd612c85e3a75c66e3f2ce499be386fec/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Smoke Tests" ${{ secrets.OPENANALYTICS_TOKEN }} @@ -68,5 +68,5 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/1c74d1aac38d32b38ccf43584762c5b62c930d2e/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/86a027fdd612c85e3a75c66e3f2ce499be386fec/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Smoke Tests - Coverage" ${{ secrets.OPENANALYTICS_TOKEN }} diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 37011645bf6..73ed3edf8f5 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -51,7 +51,7 @@ jobs: - name: Ping statistics server with test results run: | cp build/junit.xml report.xml - curl https://raw.githubusercontent.com/hydephp/develop/1c74d1aac38d32b38ccf43584762c5b62c930d2e/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/86a027fdd612c85e3a75c66e3f2ce499be386fec/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }} test-matrix: @@ -77,5 +77,5 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/1c74d1aac38d32b38ccf43584762c5b62c930d2e/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/86a027fdd612c85e3a75c66e3f2ce499be386fec/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}