Skip to content

Commit

Permalink
change path for build_test_publish_indigo_service_old job
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyangug authored Oct 4, 2023
1 parent 89a3dc0 commit 34d8225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/indigo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,15 +1319,15 @@ jobs:
name: indigo-python
path: utils/indigo-service/backend/lib/
- name: Build
run: docker build -f ./utils/indigo-service/backend/Dockerfile -t epmlsop/indigo-service:latest ./utils/indigo-service/backend
run: docker build -f ./utils/indigo-service/backend/service/postgres/Dockerfile -t epmlsop/indigo-service:latest ./utils/indigo-service/backend
- name: Test Imago
run: |
docker run --rm=true -d -p 8080:80 --name=indigo_service epmlsop/indigo-service:latest
sleep 10
docker logs indigo_service
docker ps
export INDIGO_SERVICE_URL=http://localhost:8080/v2
python3 utils/indigo-service/backend/service/tests/api/imago_test.py
python3 utils/indigo-service/backend/service/postgres/service/tests/api/imago_test.py
docker logs indigo_service
docker stop indigo_service
# TODO: add indigo tests
Expand Down

0 comments on commit 34d8225

Please sign in to comment.