cc-metric-collector/.github/workflows/runonce.yml
2021-11-25 17:54:58 +01:00

18 lines
280 B
YAML

name: Run Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Golang
uses: actions/setup-go@v2.1.4
- name: Build MetricCollector
run: make
- name: Run MetricCollector
run: make runonce