From 46619659954e90c335a57a526d8ee3aa4776b379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 16 Jan 2023 10:49:46 +0100 Subject: [PATCH] removed deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/unit-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a735808..0ea8c33 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -9,14 +9,6 @@ on: [push, pull_request] jobs: unified-unit-tests: runs-on: ubuntu-latest - needs: build - strategy: - matrix: - include: - - db: "Tarantool with ABCI" - host: "tarantool" - port: 3303 - abci: "enabled" steps: - name: Check out repository code