Skip to content

Commit 0a500d5

Browse files
authored
Merge pull request #68 from iMattPro/update-33x
Update tests
2 parents 3de1611 + 1bfd2be commit 0a500d5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,18 @@ on:
55
branches: # Run tests when commits are pushed to these branches in your repo
66
- main
77
- master
8-
- develop
8+
- 3.3.x
99
- dev/*
1010
pull_request: # Run tests when pull requests are made on these branches in your repo
1111
branches:
1212
- main
1313
- master
14-
- develop
14+
- 3.3.x
1515
- dev/*
1616

1717
jobs:
1818
call-tests:
19+
name: Extension tests
1920
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
2021
with:
2122
EXTNAME: phpbb/teamsecurity # Your extension vendor/package name
22-
SNIFF: 1 # Run code sniffer on your code? 1 or 0
23-
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
24-
EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
25-
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
26-
CODECOV: 0 # Run code coverage via codecov? 1 or 0
27-
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
28-
secrets:
29-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this

0 commit comments

Comments
 (0)