Skip to content

add checking of running container on each exporter host #116

add checking of running container on each exporter host

add checking of running container on each exporter host #116

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run jumpstarter-lab-config lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Compile the code
run: make
- name: Running Tests
run: make lint-example-config