Skip to content

Commit c9e4671

Browse files
authored
Merge pull request #40 from matomo-org/update-github-workflow-config-2023-03-09
Updating configuration for Github workflow
2 parents 53759cc + 91674c5 commit c9e4671

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Action for running tests
22
# This file has been automatically created.
33
# To recreate it you can run this command
4-
# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.1"
4+
# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.2" --schedule-cron="5 2 * * 6"
55

66
name: Plugin TreemapVisualization Tests
77

@@ -12,6 +12,8 @@ on:
1212
branches:
1313
- '**.x-dev'
1414
workflow_dispatch:
15+
schedule:
16+
- cron: "5 2 * * 6"
1517

1618
permissions:
1719
actions: read

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/matomo-org/plugin-TreemapVisualization.svg?branch=4.x-dev)](https://travis-ci.com/matomo-org/plugin-TreemapVisualization)
1+
[![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)
22

33
## Description
44

0 commit comments

Comments
 (0)