add simple ssh test

This commit is contained in:
2026-07-13 18:01:45 +08:00
parent 6f9e35dbfc
commit a52335d3f5
+11
View File
@@ -0,0 +1,11 @@
name: simple-ssh-test
on:
workflow_dispatch:
jobs:
test:
runs-on: saas
steps:
- uses: actions/checkout@v3
- name: ssh test
run: python3 scripts/ssh_test.py