Skip to content

Merge pull request #67 from phpbb-extensions/iMattPro-patch-1 #46

Merge pull request #67 from phpbb-extensions/iMattPro-patch-1

Merge pull request #67 from phpbb-extensions/iMattPro-patch-1 #46

Workflow file for this run

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/teamsecurity # Your extension vendor/package name
CODECOV: 1
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this