Skip to content

build fixes in new service , workflow changes #63

build fixes in new service , workflow changes

build fixes in new service , workflow changes #63

name: Test Build - Mail Server
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.4
- name: exec makefile
run: |
cd mail/
make build