Skip to content

Commit 48743de

Browse files
committed
Commit
1 parent acbacd1 commit 48743de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- master
88
- develop
99
- dev/*
10-
- testing
1110
pull_request: # Run tests when pull requests are made on these branches in your repo
1211
branches:
1312
- main
@@ -18,7 +17,7 @@ on:
1817
jobs:
1918
call-tests:
2019
name: Extension tests
21-
uses: iMattPro/test-framework/.github/workflows/tests.yml@fixes
20+
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
2221
with:
2322
EXTNAME: phpbb/pwakit # Your extension vendor/package name
2423
CODECOV: 1 # Run code coverage via codecov? 1 or 0

event/main_listener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function manifest_updates(data $event): void
7777
// Prepare manifest updates array
7878
$manifest_updates = [];
7979

80+
// TODO This may need to be removed if manifest goes stateless (no user/session)
8081
// Add theme and background colors if configured
8182
if (!empty($this->user->style['pwa_theme_color']))
8283
{

0 commit comments

Comments
 (0)