From 00a26910f1354a479faf46c86be67654759c6939 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Thu, 9 Mar 2023 11:35:29 +1300 Subject: [PATCH 1/2] Updating configuration for Github workflow --- .github/workflows/matomo-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 6ea71cd..cdbbdbf 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -1,7 +1,7 @@ # Action for running tests # This file has been automatically created. # To recreate it you can run this command -# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.1" +# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.2" --schedule-cron="5 2 * * 6" name: Plugin TreemapVisualization Tests @@ -12,6 +12,8 @@ on: branches: - '**.x-dev' workflow_dispatch: + schedule: + - cron: "5 2 * * 6" permissions: actions: read From 91674c54c41edea96f5d1d96bd31af2b6992183c Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Fri, 10 Mar 2023 12:33:08 +1300 Subject: [PATCH 2/2] Updating build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e8303..7ab3f8e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/matomo-org/plugin-TreemapVisualization.svg?branch=4.x-dev)](https://travis-ci.com/matomo-org/plugin-TreemapVisualization) +[![Build Status](https://github.com/matomo-org/plugin-TreemapVisualization/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/matomo-org/plugin-TreemapVisualization/actions/workflows/matomo-tests.yml) ## Description