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 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