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