Skip to content

return event-id on capturing. #137

return event-id on capturing.

return event-id on capturing. #137

Workflow file for this run

name: default
on: [push]
jobs:
build:
runs-on: ubuntu-latest
services:
pushgateway:
image: prom/pushgateway
ports:
- 9091:9091/tcp
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test