Skip to content

RHINENG-5394: run vacuum in goroutine so api won't time out #3740

RHINENG-5394: run vacuum in goroutine so api won't time out

RHINENG-5394: run vacuum in goroutine so api won't time out #3740

Workflow file for this run

name: 🕵️ Test suite
on:
push:
pull_request:
types: [ "opened", "synchronize", "reopened" ]
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: docker-compose -f docker-compose.test.yml up --build --exit-code-from test
- uses: codecov/codecov-action@v1
with:
files: ./coverage.txt
flags: unittests
name: codecov-umbrella
verbose: true