aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-12 15:04:18 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-12 15:04:18 +0200
commita831d6f9cd55e33061e748b29cf256ba84ece20d (patch)
tree35443bf8a5006c6d8498bcd9bad6cb280107eac9 /.github/workflows/ci.yml
parent7d4b46e6daf656a1e97426cb1f2f8c99c68c4dda (diff)
parent9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e (diff)
downloadlibquotient-a831d6f9cd55e33061e748b29cf256ba84ece20d.tar.gz
libquotient-a831d6f9cd55e33061e748b29cf256ba84ece20d.zip
Merge branch 'kitsune/more-gtad-fixes' into dev
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 99fe7b7b..172c027f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ concurrency: ci-${{ github.ref }}
jobs:
CI:
runs-on: ${{ matrix.os }}
- continue-on-error: ${{ matrix.update-api != '' }} # the current upstream API definitions are expected to fail the test
+ continue-on-error: false
strategy:
fail-fast: false
max-parallel: 1