mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
production_suite: Add debian production install to production suite.
We support Debian as an OS for setting up the Zulip server. But the CI does not run on pull request to test the setting up of the server on Debian. Hence, add the check to CI.
This commit is contained in:
committed by
Tim Abbott
parent
d9e4c2285c
commit
371cdf9dc1
5
.github/workflows/production-suite.yml
vendored
5
.github/workflows/production-suite.yml
vendored
@@ -120,6 +120,11 @@ jobs:
|
||||
is_focal: true
|
||||
os: focal
|
||||
|
||||
- docker_image: ligmitz/actions:buster
|
||||
name: Buster production install
|
||||
is_buster: true
|
||||
os: buster
|
||||
|
||||
name: ${{ matrix.name }}
|
||||
container: ${{ matrix.docker_image }}
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user