1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-06-26 12:30:20 +02:00

ci: don't fail fast to get status overview

This commit is contained in:
2021-03-20 16:26:10 +01:00
committed by GitHub
parent 6df7edf079
commit 9d88df942a

View File

@ -12,8 +12,9 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
strategy: strategy:
fail-fast: false
matrix: matrix:
python-version: python-version:
- '2.7' - '2.7'