From 476661a6925eef7ad71cb1f2a30abbe4a55003f9 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Thu, 9 Mar 2023 11:36:04 +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 a3f0dbc..a2ae9bf 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="TasksTimetable" --php-versions="7.2,8.1" +# ./console generate:test-action --plugin="TasksTimetable" --php-versions="7.2,8.2" --schedule-cron="25 2 * * 6" name: Plugin TasksTimetable Tests @@ -12,6 +12,8 @@ on: branches: - '**.x-dev' workflow_dispatch: + schedule: + - cron: "25 2 * * 6" permissions: actions: read From b46ed32d48e94d84a7a71d13b64f67cf6ed4570e Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Fri, 10 Mar 2023 12:17:06 +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 a6f83e9..d0f01c7 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Piwik TasksTimetable Plugin -[![Build Status](https://travis-ci.com/matomo-org/plugin-TasksTimetable.svg?branch=4.x-dev)](https://travis-ci.com/matomo-org/plugin-TasksTimetable) +[![Build Status](https://github.com/matomo-org/plugin-TasksTimetable/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/matomo-org/plugin-TasksTimetable/actions/workflows/matomo-tests.yml) ## Description