Skip to content

Commit cd8d94e

Browse files
author
Christian Newman
committed
Forgot to run process in the bg for github actions
1 parent 4ed9cd3 commit cd8d94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Start tagger server
8080
run: |
81-
python main --mode run --model_type lm_based
81+
python main --mode run --model_type lm_based &
8282
8383
# Wait for up to 5 minutes for the service to start and load models
8484
timeout=300

0 commit comments

Comments
 (0)