Skip to content

Update tests

Update tests #33

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: iMattPro/test-framework/.github/workflows/tests.yml@update-master # Must match PHPBB_BRANCH
with:
EXTNAME: phpbb/skeleton # Your extension vendor/package name
PHPBB_BRANCH: master # The phpBB branch to run tests on
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not edit or remove this