feat: allow fail-fast as an input argument (#25)

This commit is contained in:
Damien Retzinger
2022-08-05 08:18:25 -04:00
committed by GitHub
parent af4f3f1811
commit 2405cd1db7
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -29,6 +29,11 @@ on:
type: string
required: true
description: "The matrix of Magento versions to test against"
fail-fast:
type: boolean
required: false
default: true
test_command:
type: string
@@ -44,6 +49,7 @@ jobs:
integration_test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: ${{ inputs.fail-fast }}
matrix: ${{ fromJSON(inputs.matrix) }}
services:
elasticsearch: