From d6d755ca6eb937bfb671c2d82ba26025abadbabe Mon Sep 17 00:00:00 2001 From: Alexey Yarmosh Date: Tue, 12 Dec 2023 17:31:42 +0100 Subject: [PATCH] fix: remove init script form gh ci --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85d10434..eaea29b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,11 +40,6 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v3 - - name: Init MariaDB - run: | - mysql -u directus -ppassword --database=directus --protocol=tcp < config/init.sql - - uses: actions/setup-node@v3 with: node-version: 18.x