add simple ssh test
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user