ci(probe): minimal workflow per diagnosticare runner shell/tools
ci / ruff lint (push) Failing after 31s
ci / mypy mcp_common (push) Failing after 37s
ci / pytest (push) Failing after 31s
ci / validate compose + Caddyfile (push) Failing after 31s
probe / probe shell + tools (push) Successful in 1s
ci / build & push to registry (push) Has been skipped
ci / ruff lint (push) Failing after 31s
ci / mypy mcp_common (push) Failing after 37s
ci / pytest (push) Failing after 31s
ci / validate compose + Caddyfile (push) Failing after 31s
probe / probe shell + tools (push) Successful in 1s
ci / build & push to registry (push) Has been skipped
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
name: probe
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
probe-shell:
|
||||||
|
name: probe shell + tools
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: echo hello
|
||||||
|
run: echo "hello from runner"
|
||||||
|
|
||||||
|
- name: which shell
|
||||||
|
run: |
|
||||||
|
echo "SHELL=$SHELL"
|
||||||
|
echo "PWD=$PWD"
|
||||||
|
uname -a
|
||||||
|
which bash sh python python3 pip pipx node curl wget docker || true
|
||||||
|
|
||||||
|
- name: env dump
|
||||||
|
run: env | sort
|
||||||
Reference in New Issue
Block a user