ci: Fix test exclusion list in combination with other exclusions (#9277)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -175,7 +175,7 @@ jobs:
|
||||
NODE_VERSION: 18.20.4
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 20
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
redis:
|
||||
@@ -242,7 +242,7 @@ jobs:
|
||||
NODE_VERSION: 22.4.1
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 20
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user