From 86b9f8898b10935de9ade3e7fae459c1e2438b73 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 24 Mar 2023 14:08:17 +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 932691b1f3e..f6409f535a2 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/ef6f93ed976030540b0e4fc946fb0cb9ba45cc14/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/4acc82cfb5ff431302dcbb2b11c5331efd47c872/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ env.GITHUB_REF }} 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/ef6f93ed976030540b0e4fc946fb0cb9ba45cc14/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/4acc82cfb5ff431302dcbb2b11c5331efd47c872/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ env.GITHUB_REF }} - name: Upload coverage artifacts diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index c72dd3a8497..3f16953565f 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/ef6f93ed976030540b0e4fc946fb0cb9ba45cc14/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/4acc82cfb5ff431302dcbb2b11c5331efd47c872/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Smoke Tests" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ env.GITHUB_REF }} @@ -68,5 +68,5 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/ef6f93ed976030540b0e4fc946fb0cb9ba45cc14/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/4acc82cfb5ff431302dcbb2b11c5331efd47c872/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo Smoke Tests - Coverage" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ env.GITHUB_REF }} diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 573bfdbf4f5..d2b071ef7e9 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/ef6f93ed976030540b0e4fc946fb0cb9ba45cc14/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/4acc82cfb5ff431302dcbb2b11c5331efd47c872/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ env.GITHUB_REF }} test-matrix: @@ -77,5 +77,5 @@ jobs: - name: Ping statistics server with test results run: | - curl https://raw.githubusercontent.com/hydephp/develop/ef6f93ed976030540b0e4fc946fb0cb9ba45cc14/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/4acc82cfb5ff431302dcbb2b11c5331efd47c872/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Monorepo PR Matrix" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ env.GITHUB_REF }}