From 663ad49b7fb0b2ab7b0bf296315f4d2445501ab8 Mon Sep 17 00:00:00 2001 From: Prasanth <121619324+PrasanthVijayy@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:46:15 +0530 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3107a55..505454c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -52,9 +52,6 @@ jobs: sleep 1 done - - name: Run migrations (if needed) - run: npm run migrate # Modify if you have migration or setup script - - name: Run tests env: DB_NAME: ${{ secrets.DB_NAME }}