File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Tests
22
33on :
4- workflow_dispatch : # this is unique for external triggering by another repo
4+ workflow_dispatch : # this is unique for external triggering by another repo
55 push :
6- branches : # Run tests when commits are pushed to these branches in your repo
6+ branches : # Run tests when commits are pushed to these branches in your repo
77 - main
88 - master
99 - develop
1010 - dev/*
11- - testing-framework
12- pull_request : # Run tests when pull requests are made on these branches in your repo
11+ pull_request : # Run tests when pull requests are made on these branches in your repo
1312 branches :
1413 - main
1514 - master
1615 - develop
1716 - dev/*
18- - testing-framework
1917
2018jobs :
2119 call-tests :
2220 name : Extension tests
23- uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # The phpBB branch to run tests with
21+ uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
2422 with :
2523 EXTNAME : acme/demo # Your extension vendor/package name
You can’t perform that action at this time.
0 commit comments