Skip to content

Merge pull request #68 from iMattPro/update-33x #48

Merge pull request #68 from iMattPro/update-33x

Merge pull request #68 from iMattPro/update-33x #48

Workflow file for this run

name: Tests
on:
push:
branches: # Run tests when commits are pushed to these branches in your repo
- main
- master
- 3.3.x
- dev/*
pull_request: # Run tests when pull requests are made on these branches in your repo
branches:
- main
- master
- 3.3.x
- dev/*
jobs:
call-tests:
name: Extension tests
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
with:
EXTNAME: phpbb/teamsecurity # Your extension vendor/package name