Skip to content

apcupsd_exporter: add UPS status label to info metric #2

apcupsd_exporter: add UPS status label to info metric

apcupsd_exporter: add UPS status label to info metric #2

Workflow file for this run

name: Linux Test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
strategy:
fail-fast: false
matrix:
go-version: [1.17]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run tests
run: go test -race ./...