Skip to content

feat: delete dump file upon command error #19

feat: delete dump file upon command error

feat: delete dump file upon command error #19

Workflow file for this run

name: Go build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.5'
- name: build
run: go build -o migratetool
# - name: Test
# run: go test -v ./app/...