diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c97c964..a4a5ca0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: python -m pip install --upgrade pip 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 omero + python manage.py set_database_configuration -u localhost -s ${{ job.services.postgres.ports[5432] }} -n postgress -p passwprd -w omero1 # configure elasticsearch python manage.py set_elasticsearch_configuration -e localhost:${{ job.services.elasticsearch.ports[9200] }} # download and extract the database backup file