Skip to content

refactor cleanup section to avoid 'stop the world' sudo command #167

refactor cleanup section to avoid 'stop the world' sudo command

refactor cleanup section to avoid 'stop the world' sudo command #167

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run tests
run: docker-compose run --rm tests