Skip to content

Commit

Permalink
FVT on s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Ma <winterma.dong@gmail.com>
  • Loading branch information
larainema committed Aug 12, 2020
1 parent d247d47 commit fc429ca
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/fvt.yaml
@@ -0,0 +1,23 @@
name: FVT on s390x
on:
pull_request:
branches: [ master ]
jobs:
fvt:
name: fvt on s390x
runs-on: ubuntu-latest
steps:
- name: ssh to remote
uses: appleboy/ssh-action@master
with:
host: 10.100.0.160
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
proxy_host: 47.19.64.85
proxy_username: ubuntu
proxy_key: ${{ secrets.PROXY_KEY }}
proxy_port: 2020
script: |
whoami
ls -la

0 comments on commit fc429ca

Please sign in to comment.