Skip to content

Commit

Permalink
fix: manager-api start as daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj committed Feb 5, 2021
1 parent 676c1dd commit 1e44a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: start dashboard
working-directory: ./output
run: ./manager-api
run: ./manager-api > ./api.log 2>&1 &

- name: check
run: api/test/shell/manager_smoking.sh -s true

0 comments on commit 1e44a66

Please sign in to comment.