Skip to content

Commit

Permalink
Merge pull request #40 from matomo-org/update-github-workflow-config-…
Browse files Browse the repository at this point in the history
…2023-03-09

Updating configuration for Github workflow
  • Loading branch information
snake14 authored Mar 9, 2023
2 parents 53759cc + 91674c5 commit c9e4671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,6 +12,8 @@ on:
branches:
- '**.x-dev'
workflow_dispatch:
schedule:
- cron: "5 2 * * 6"

permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c9e4671

Please sign in to comment.