Skip to content

Commit

Permalink
fix workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Jul 19, 2024
1 parent 8c92eeb commit 41bcf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# run restore omero database
python manage.py restore_postgresql_database
# run indexing indexing
python manage.py get_index_data_from_database -n True
python manage.py get_index_data_from_database -b False
# run tests
python -m unittest discover -s unit_tests
upload:
Expand Down

0 comments on commit 41bcf66

Please sign in to comment.