File tree Expand file tree Collapse file tree 6 files changed +39
-353
lines changed Expand file tree Collapse file tree 6 files changed +39
-353
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
- build /
13
+ .phpunit.cache /
14
+ .idea /
6
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 GitHub Package [ ![ Build Status] ( https://ci.joomla.org/api/badges/ joomla-framework/github-api/status. svg?ref=refs/heads/2.0 -dev )] ( https://ci.joomla.org /joomla-framework/github-api )
1
+ # The GitHub Package [ ![ Build Status] ( https://github.com/ joomla-framework/github-api/actions/workflows/ci.yml/badge. svg?branch=3.x -dev )] ( https://github.com /joomla-framework/github-api )
2
2
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/joomla/github/v/stable )] ( https://packagist.org/packages/joomla/github )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/joomla/github/downloads )] ( https://packagist.org/packages/joomla/github )
You can’t perform that action at this time.
0 commit comments