Skip to content

Add docker test

Add docker test #18

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