We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71ac7f commit acbacd1Copy full SHA for acbacd1
1 file changed
.github/workflows/tests.yml
@@ -7,6 +7,7 @@ on:
7
- master
8
- develop
9
- dev/*
10
+ - testing
11
pull_request: # Run tests when pull requests are made on these branches in your repo
12
branches:
13
- main
@@ -17,7 +18,7 @@ on:
17
18
jobs:
19
call-tests:
20
name: Extension tests
- uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
21
+ uses: iMattPro/test-framework/.github/workflows/tests.yml@fixes
22
with:
23
EXTNAME: phpbb/pwakit # Your extension vendor/package name
24
CODECOV: 1 # Run code coverage via codecov? 1 or 0
0 commit comments