Skip to content

Fix k8s manifests (#3) #6

Fix k8s manifests (#3)

Fix k8s manifests (#3) #6

Workflow file for this run

name: Upload Go test results
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.22
- name: Install dependencies
run: go mod download
- name: Build
run: |
go build
./airly-exporter -h
- name: Test
run: go test