Merge branch 'master' into dev/4.0 #37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
branches: # Run tests when commits are pushed to these branches in your repo | |
- main | |
- master | |
- develop | |
- dev/* | |
pull_request: # Run tests when pull requests are made on these branches in your repo | |
branches: | |
- main | |
- master | |
- develop | |
- dev/* | |
jobs: | |
call-tests: | |
name: Extension tests | |
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master | |
with: | |
EXTNAME: phpbb/cannedmessages # Your extension vendor/package name |