feat(#1235): add an optimizer switch flag to migration context #791
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up Go | |
uses: actions/setup-go@v1 | |
with: | |
go-version: 1.17 | |
- name: Build | |
run: script/cibuild | |
- name: Upload gh-ost binary artifact | |
uses: actions/upload-artifact@v1 | |
with: | |
name: gh-ost | |
path: bin/gh-ost |