Skip to content

Commit

Permalink
chore: Update run_uv_commands.yml to run servers in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jan 6, 2025
1 parent 0c6345a commit 71b89ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_uv_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Run Tools Server
run: |
uv run run_tools_server.py
uv run run_tools_server.py &
- name: Run Main Server
run: |
uv run run_main_server.py
uv run run_main_server.py &
- name: Run Pre-commit
run: |
Expand Down

0 comments on commit 71b89ee

Please sign in to comment.