1
0
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:
Jesse Hills
2020-09-30 06:50:06 +13:00
committed by GitHub
parent febc485da6
commit e09fefd389
4 changed files with 7 additions and 0 deletions

View File

@@ -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"]