Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Jan 16, 2024
1 parent 82e0615 commit b883290
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,15 @@ jobs:

- name: Running Ruby tests
run: bundle exec ruby test/main.rb
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Building Ghostferry
run: .github/workflows/build-deb.sh
3 changes: 2 additions & 1 deletion copydb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Package: ghostferry-copydb
Version: {version}-1
Section: misc
Priority: optional
Architecture: amd64
Architecture: any
Multi-Arch: same
Maintainer: Shuhao Wu <shuhao.wu@shopify.com>
Description: Migrate MySQL data from one server to another
without downtime via ghostferry.

0 comments on commit b883290

Please sign in to comment.