add workflow
test / test (push) Failing after 18m28s

This commit is contained in:
ubuntu
2026-07-11 13:38:58 +08:00
commit 6d110054ea
+8
View File
@@ -0,0 +1,8 @@
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "hello from host executor"
- run: whoami && pwd