Skip to content

Commit

Permalink
optimize: workflow test unit
Browse files Browse the repository at this point in the history
Signed-off-by: MicroOps <[email protected]>
  • Loading branch information
MicroOps-cn committed Oct 22, 2024
1 parent 0cd535c commit ab9edb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dist/idas --config examples/simple.yaml --config.display
- name: Start service
run: | # 启动一个监听端口的进程,例如一个简单的 HTTP 服务器
dist/idas --config examples/simple.yaml
nohup dist/idas --config examples/simple.yaml &> server.log &
echo $! > server.pid
shell: bash
- name: Wait for service to start
Expand Down

0 comments on commit ab9edb2

Please sign in to comment.