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
run: |
./fileboy version
./fileboy help
./fileboy init
cat filegirl.yaml
./fileboy exec
./fileboy deamon
ls -al .fileboy.pid
ps aux | grep fileboy
./fileboy stop
- cp fileboy /usr/local/bin/
- fileboy version
- fileboy help
- fileboy init
- cat filegirl.yaml
- fileboy exec
- fileboy deamon
- ls -al .fileboy.pid
- ps aux | grep fileboy
- fileboy stop