mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
ci: Fix custom database name test.
Caught by actionlint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6e2f1dc0a7
commit
a8d72115eb
4
.github/workflows/production-suite.yml
vendored
4
.github/workflows/production-suite.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
extra_args: [""]
|
extra-args: [""]
|
||||||
include:
|
include:
|
||||||
# Docker images are built from 'tools/ci/Dockerfile'; the comments at
|
# Docker images are built from 'tools/ci/Dockerfile'; the comments at
|
||||||
# the top explain how to build and upload these images.
|
# the top explain how to build and upload these images.
|
||||||
@@ -131,7 +131,7 @@ jobs:
|
|||||||
- docker_image: zulip/ci:bullseye
|
- docker_image: zulip/ci:bullseye
|
||||||
name: Debian 11 production install with custom db name and user
|
name: Debian 11 production install with custom db name and user
|
||||||
os: bullseye
|
os: bullseye
|
||||||
extra_args: --test-custom-db
|
extra-args: --test-custom-db
|
||||||
|
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user