Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Use HTTP health check for lightspeed-stack container #9

Use HTTP health check for lightspeed-stack container

Use HTTP health check for lightspeed-stack container #9

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Run tests
run: make test