Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ jobs:
db: "mariadb:10.4"
- php: '7.3'
db: "mariadb:10.5"
- php: '7.3'
db: "mysql:5.6"
db_alias: "MySQL Slow Tests"
SLOWTESTS: 1
- php: '7.3'
db: "mysql:5.6"
db_alias: "MyISAM Tests"
Expand Down Expand Up @@ -198,11 +194,6 @@ jobs:
run: .github/setup-database.sh $DB $MYISAM
working-directory: ./phpBB3

- name: Setup LDAP
if: ${{ matrix.SLOWTESTS == 1 }}
run: .github/setup-ldap.sh
working-directory: ./phpBB3

- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -220,18 +211,10 @@ jobs:
working-directory: ./phpBB3

- name: Run unit tests
if: ${{ matrix.SLOWTESTS != 1 }}
env:
DB: ${{steps.database-type.outputs.db}}
run: phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php
working-directory: ./phpBB3

- name: Slow tests
env:
DB: ${{steps.database-type.outputs.db}}
if: ${{ matrix.SLOWTESTS == 1 }}
run: phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --group slow
working-directory: ./phpBB3
# END MySQL and MariaDB Job

# START PostgreSQL Job
Expand Down
2 changes: 1 addition & 1 deletion config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
phpbb_ucp_routing:
phpbb_webpushnotifications_ucp_routing:
resource: wpn_ucp.yml
prefix: /user