Skip to content

Commit

Permalink
Background
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Aug 4, 2023
1 parent ba6bef0 commit da38015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install .
- name: Test panoptes
run: |
nohup panoptes &
nohup panoptes &&
response=$(curl http://127.0.0.1:5000/api/service-info)
if [ "$response" = "{\"status\":\"running\"}" ]; then
echo "Success";
Expand Down

0 comments on commit da38015

Please sign in to comment.