try vs ci

This commit is contained in:
ado 2021-02-25 00:36:26 +01:00
parent 8619451168
commit c9e5993ed9

View File

@ -17,6 +17,9 @@ on:
jobs: jobs:
ci: ci:
defaults:
run:
shell: bash
runs-on: ${{matrix.config.os}} runs-on: ${{matrix.config.os}}
strategy: strategy:
fail-fast: false fail-fast: false