Skip to content

Commit

Permalink
chore: remove applying base migration (only for debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Sep 18, 2023
1 parent 918848b commit ca8f1eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca8f1eb

Please sign in to comment.