Skip to content

Update tests workflow #49

Update tests workflow

Update tests workflow #49

Workflow file for this run

name: Tests
on:
push:
branches: # Run tests when commits are pushed to these branches in your repo
- master
- develop
pull_request: # Run tests when pull requests are made on these branches in your repo
branches:
- master
- develop
jobs:
call-tests:
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
with:
EXTNAME: vse/lightbox # Your extension vendor/package name
CODECOV: 1 # Run code coverage via codecov? 1 or 0
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this