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