Add test CI workflow
Some checks failed
Test pipeline / test (push) Failing after 25s

This commit is contained in:
vrubel 2026-06-06 13:10:34 +00:00
parent 6648fd6346
commit 161e917e81

View file

@ -0,0 +1,23 @@
name: Test pipeline
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Show files
run: |
pwd
ls -la
find . -maxdepth 2 -type f | sort
- name: Check Docker Compose config
run: |
docker compose config