File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Action for running tests
2
2
# This file has been automatically created.
3
3
# 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 "
5
5
6
6
name : Plugin SecurityInfo Tests
7
7
12
12
branches :
13
13
- ' **.x-dev'
14
14
workflow_dispatch :
15
+ schedule :
16
+ - cron : " 50 2 * * 6"
15
17
16
18
permissions :
17
19
actions : read
Original file line number Diff line number Diff line change 1
1
# Matomo SecurityInfo Plugin
2
2
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 )
4
4
5
5
## Description
6
6
You can’t perform that action at this time.
0 commit comments