Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

feat: should not create dlq job with empty image and prom host #713

feat: should not create dlq job with empty image and prom host

feat: should not create dlq job with empty image and prom host #713

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: run tests
run: make test