mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-28 11:30:07 +00:00
Build: Set job fail status if some build failed (#488)
This commit is contained in:
parent
207bd5dac7
commit
3626f8cc6c
2 changed files with 4 additions and 6 deletions
3
.github/workflows/4testing-build.yml
vendored
3
.github/workflows/4testing-build.yml
vendored
|
|
@ -15,12 +15,11 @@ jobs:
|
|||
build:
|
||||
name: "Build image: DocumentServer${{ matrix.edition }}"
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: ${{ matrix.condition }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
images: ["documentserver"]
|
||||
edition: ["", "-ee", "-de"]
|
||||
condition: [true]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue