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- push :
5- branches : # Run tests when commits are pushed to these branches in your repo
4+ push : # Run tests when commits are pushed to these branches in your repo,
5+ branches : # ... or remove this branches section to run tests on all your branches
6+ - main # Main production branch
7+ - master # Legacy or alternative main branch
8+ - dev/* # Any feature branches under "dev/", e.g., dev/new-feature
9+
10+ pull_request : # Run tests when pull requests are made on these branches in your repo,
11+ branches : # ... or remove this branches section to run tests on all your branches
612 - main
713 - master
8- - develop
9- - dev/*
10- pull_request : # Run tests when pull requests are made on these branches in your repo
11- branches :
12- - main
13- - master
14- - develop
1514 - dev/*
1615
1716jobs :
1817 call-tests :
1918 name : Extension tests
2019 uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
2120 with :
22- EXTNAME : lukewcs/extmgrplus # Your extension vendor/package name
21+ EXTNAME : lukewcs/extmgrplus # Your extension vendor/package name (required)
2322 RUN_MYSQL_JOBS : 0
2423 RUN_PGSQL_JOBS : 0
2524 RUN_MSSQL_JOBS : 0
You can’t perform that action at this time.
0 commit comments