File tree Expand file tree Collapse file tree 5 files changed +30
-354
lines changed Expand file tree Collapse file tree 5 files changed +30
-354
lines changed Original file line number Diff line number Diff line change
1
+ name : CI Joomla Framework
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+ schedule :
7
+ - cron : 15 2 * * 1
8
+
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress : true
12
+
13
+ jobs :
14
+ framework-ci :
15
+ uses : joomla-framework/.github/.github/workflows/workflow-v3.yml@main
Original file line number Diff line number Diff line change
1
+ # IDE Related Files #
2
+ .buildpath
3
+ .project
4
+ .settings
5
+ .DS_Store
6
+ .idea
7
+
8
+ # Composer and test related files #
1
9
vendor /
2
10
composer.phar
3
11
composer.lock
4
12
phpunit.xml
5
- .phpunit.result.cache
13
+ .phpunit.cache /
14
+ .idea /
15
+ /.phpunit.result.cache
16
+ /.phpunit.cache /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # The Input Package [ ![ Build Status] ( https://ci.joomla.org/api/badges/ joomla-framework/input/status. svg?ref=refs/heads/ 3.x-dev )] ( https://ci.joomla.org /joomla-framework/input )
1
+ # The Input Package [ ![ Build Status] ( https://github.com/ joomla-framework/input/actions/workflows/ci.yml/badge. svg?branch= 3.x-dev )] ( https://github.com /joomla-framework/input )
2
2
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/joomla/input/v/stable )] ( https://packagist.org/packages/joomla/input )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/joomla/input/downloads )] ( https://packagist.org/packages/joomla/input )
You can’t perform that action at this time.
0 commit comments