Skip to content

Commit 7c39330

Browse files
authored
Merge pull request #79 from matomo-org/update-github-workflow-config-2023-03-09
Updating configuration for Github workflow
2 parents 1d5779f + 367add1 commit 7c39330

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/matomo-tests.yml

+3-1
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="SecurityInfo" --php-versions="7.2,8.1"
4+
# ./console generate:test-action --plugin="SecurityInfo" --php-versions="7.2,8.2" --schedule-cron="50 2 * * 6"
55

66
name: Plugin SecurityInfo Tests
77

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

1618
permissions:
1719
actions: read

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Matomo SecurityInfo Plugin
22

3-
[![Build Status](https://travis-ci.com/matomo-org/plugin-SecurityInfo.svg?branch=4.x-dev)](https://travis-ci.com/matomo-org/plugin-SecurityInfo)
3+
[![Build Status](https://github.com/matomo-org/plugin-SecurityInfo/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/matomo-org/plugin-SecurityInfo/actions/workflows/matomo-tests.yml)
44

55
## Description
66

0 commit comments

Comments
 (0)