mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
Dont fast fail testing so results are not hidden in matrix builds (#1286)
This commit is contained in:
1
.github/workflows/ci-docker.yml
vendored
1
.github/workflows/ci-docker.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
name: Build docker containers
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: [amd64, armv7, aarch64]
|
||||
build_type: ["hassio", "docker"]
|
||||
|
||||
Reference in New Issue
Block a user