feature test
This commit is contained in:
@ -17,4 +17,6 @@ jobs:
|
|||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
ls -la ${{ github.event.inputs.package }}/
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user