From bfb54d4de1d663ebde9a7ae82aaa0e933165d389 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Wed, 12 Jan 2022 07:50:17 +0100 Subject: [PATCH] build: allow db2 tests to fail (#13936) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38be66b381f4..72ac44e43db2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,10 +76,8 @@ jobs: run: yarn start-db2 - name: Unit Tests run: yarn test-unit - continue-on-error: true - name: Integration Tests run: yarn test-integration - continue-on-error: true test-sqlite: strategy: fail-fast: false