Skip to content

Add docker-compose for local run #153

Add docker-compose for local run

Add docker-compose for local run #153

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build & test
run: make tests.docker