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 }}