mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 23:51:51 +02:00
chore: temporarily enable tests on webpack5
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -5,10 +5,12 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- webpack5
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- webpack5
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@@ -95,7 +97,6 @@ jobs:
|
||||
SETUP: >-
|
||||
{
|
||||
"url": "http://127.0.0.1:4567",
|
||||
"secret": "abcdef",
|
||||
"admin:username": "admin",
|
||||
"admin:email": "test@example.org",
|
||||
"admin:password": "hAN3Eg8W",
|
||||
@@ -123,7 +124,6 @@ jobs:
|
||||
SETUP: >-
|
||||
{
|
||||
"url": "http://127.0.0.1:4567",
|
||||
"secret": "abcdef",
|
||||
"admin:username": "admin",
|
||||
"admin:email": "test@example.org",
|
||||
"admin:password": "hAN3Eg8W",
|
||||
@@ -154,7 +154,6 @@ jobs:
|
||||
SETUP: >-
|
||||
{
|
||||
"url": "http://127.0.0.1:4567/forum",
|
||||
"secret": "abcdef",
|
||||
"admin:username": "admin",
|
||||
"admin:email": "test@example.org",
|
||||
"admin:password": "hAN3Eg8W",
|
||||
|
||||
Reference in New Issue
Block a user