Skip to content

Prevent orphan containers #23

Prevent orphan containers

Prevent orphan containers #23

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit Tests
run: |
touch local.env
make test