Skip to content

feat: use mysql client #1

feat: use mysql client

feat: use mysql client #1

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build images
run: TAG=test make build-all