Skip to content

Commit acbacd1

Browse files
committed
Test fixes
1 parent d71ac7f commit acbacd1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- master
88
- develop
99
- dev/*
10+
- testing
1011
pull_request: # Run tests when pull requests are made on these branches in your repo
1112
branches:
1213
- main
@@ -17,7 +18,7 @@ on:
1718
jobs:
1819
call-tests:
1920
name: Extension tests
20-
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
21+
uses: iMattPro/test-framework/.github/workflows/tests.yml@fixes
2122
with:
2223
EXTNAME: phpbb/pwakit # Your extension vendor/package name
2324
CODECOV: 1 # Run code coverage via codecov? 1 or 0

0 commit comments

Comments
 (0)