feature test
This commit is contained in:
@ -16,7 +16,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
ls -la ${{ github.event.inputs.package }}/
|
docker info || echo "NO DOCKER"
|
||||||
make -C ${{ github.event.inputs.package }} fetch
|
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
|
make -C ${{ github.event.inputs.package }} build publish
|
||||||
|
|||||||
Reference in New Issue
Block a user