Update go.yml

This commit is contained in:
Deng.Liu
2020-03-15 20:53:42 +08:00
committed by GitHub
parent e5405f4fa9
commit 8a3a2d570b

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