Skip to content

Tests

Tests #29

Workflow file for this run

name: Tests
on:
workflow_dispatch: # this is unique for external triggering by another repo
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/[email protected]
with:
EXTNAME: acme/demo # Your extension vendor/package name