Skip to content

feat: Configurable report granularity #8

feat: Configurable report granularity

feat: Configurable report granularity #8

Workflow file for this run

name: "End-to-end tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
e2e-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Run end-to-end tests"
run: make e2e-test