Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 8, 2024
1 parent ca8785d commit 3566798
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 @@ -60,7 +60,7 @@ jobs:
pip install -r requirements.txt;
# Configure database url
#python manage.py set_database_configuration -u localhost -s ${{ job.services.postgres.ports[5432] }} -n postgress -p passwprd -w omero1 -d omero -b omero.pgdump
python manage.py set_database_configuration -u localhost -s ${{ job.services.postgres_2.ports[5432] }} -n postgress -p passwprd -w omero_train -d omero_train -b omero_train.pgdump
python manage.py set_database_configuration -u localhost -s ${{ job.services.postgres_2.ports[5432] }} -n postgress -p passwprd -w omero1 -d omero_train -b omero_train.pgdump
# configure elasticsearch
python manage.py set_elasticsearch_configuration -e localhost:${{ job.services.elasticsearch.ports[9200] }}
# download and extract the database backup file
Expand Down

0 comments on commit 3566798

Please sign in to comment.