feature test

This commit is contained in:
paltovkone
2026-03-07 21:01:09 +04:00
parent 82f3030608
commit 273fad7c1f

View File

@ -17,4 +17,6 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
ls -la ${{ github.event.inputs.package }}/
make -C ${{ github.event.inputs.package }} all publish
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