Skip to content

Commit

Permalink
run server in background
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Jul 11, 2024
1 parent 019f31a commit d78f06f
Show file tree
Hide file tree
Showing 9 changed files with 2,033 additions and 1,411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd /home/runner/work/xcube-stac/xcube-stac/xcube
ls
pip install .
xcube serve --verbose -c examples/serve/demo/config.yml
xcube serve -c examples/serve/demo/config.yml &
- name: Run unit tests
shell: bash -l {0}
Expand Down
Loading

0 comments on commit d78f06f

Please sign in to comment.