name: test on: push: workflow_dispatch: jobs: test: runs-on: debian steps: - name: Full control execution (nuclear fix) run: | mkdir -p /opt/gitea-runner/workspace cd /opt/gitea-runner/workspace rm -rf repo git clone https://gitea.bubuit.net/oib/aitbc.git repo cd repo pwd ls -la echo "Looking for package.json:" ls -la package.json || echo "package.json not found" npm install --legacy-peer-deps echo "Runner verification:" hostname whoami