From 0175d09c5fce5fae31cdb76cc0a1d6fb94faf1f6 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 29 Mar 2020 03:14:36 +0200 Subject: [PATCH] Update hello.yml --- .github/workflows/hello.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index d0fc4e6..2a8b057 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -10,6 +10,8 @@ jobs: build: runs-on: ubuntu-latest strategy: + fail-fast: true + max-parallel: 0 matrix: hello: [AAA, CCC, EEE] include: @@ -23,4 +25,7 @@ jobs: - uses: actions/checkout@v2 - name: Run a one-line script - run: echo HELLO ${{matrix.hello}} and BYE ${{matrix.bye}} + run: | + echo HELLO ${{matrix.hello}} and BYE ${{matrix.bye}} + sleep 20 + echo HELLO ${{matrix.hello}} and BYE ${{matrix.bye}}