Skip to content

Remove mount when no DIR specified #19

Remove mount when no DIR specified

Remove mount when no DIR specified #19

Workflow file for this run

name: test
on:
push:
branches:
- feature/*
jobs:
test:
runs-on: fedora
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- name: Test Environment
run: |
env | grep -oE '^RUNNER_[A-Z_]+='
ps -edalf
docker ps -a