feature test

This commit is contained in:
paltovkone
2026-03-07 21:02:26 +04:00
parent 273fad7c1f
commit 4f6a2d4652

View File

@ -16,7 +16,6 @@ jobs:
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
ls -la ${{ github.event.inputs.package }}/
docker info || echo "NO DOCKER"
make -C ${{ github.event.inputs.package }} fetch
ls -la ${{ github.event.inputs.package }}/dist/ || echo "NO DIST"
make -C ${{ github.event.inputs.package }} build publish