Skip to content

Add FFmpeg; expose mysql port to host #19

Add FFmpeg; expose mysql port to host

Add FFmpeg; expose mysql port to host #19

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.17'
- name: Install packages
run: go mod download
- name: Build
run: go build
- name: Test
run: go test ./test/controller