test flow v3
All checks were successful
Test Build / test-build (push) Successful in 2s

This commit is contained in:
2025-07-25 13:50:34 +03:00
parent 0fa431350d
commit 2f2cd7d578

View File

@@ -45,8 +45,3 @@ jobs:
- name: Cleanup source
run: rm -rf /tmp/olaper
- name: Remove test container after tests
if: always()
run: |
docker stop olaper_test && docker rm olaper_test || true