From ca8f1eb508a9b07f8b7248190ff990272a5ff874 Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Mon, 18 Sep 2023 14:06:58 +0545 Subject: [PATCH] chore: remove applying base migration (only for debugging) --- .github/workflows/test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index adcbc8be..3df28d4b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,12 +38,6 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.20.x - - name: Check out main branch - uses: actions/checkout@v3 - with: - ref: main - - name: Apply base migrations - run: ${{ env.migrate_command }} - name: Check out current branch uses: actions/checkout@v3 - name: Apply new migrations