Update go.yml

master
Deng.Liu 2020-03-15 20:53:42 +08:00 committed by GitHub
parent e5405f4fa9
commit 8a3a2d570b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -33,12 +33,13 @@ jobs:
- name: Use - name: Use
run: | run: |
./fileboy version - cp fileboy /usr/local/bin/
./fileboy help - fileboy version
./fileboy init - fileboy help
cat filegirl.yaml - fileboy init
./fileboy exec - cat filegirl.yaml
./fileboy deamon - fileboy exec
ls -al .fileboy.pid - fileboy deamon
ps aux | grep fileboy - ls -al .fileboy.pid
./fileboy stop - ps aux | grep fileboy
- fileboy stop