Skip to content

Commit

Permalink
Emission network only
Browse files Browse the repository at this point in the history
Trying out running the test on only one network. Also adding in run on push to nominatim branch so that the test runs again!
  • Loading branch information
nataliejschultz committed Oct 11, 2023
1 parent d31df8c commit efb963c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: nominatim-docker-test
on:

push:
branches:
- nominatim
paths:
- 'net/ext_service/geocoder'
- 'analysis/intake/cleaning/clean_and_resample.py'
Expand Down
4 changes: 1 addition & 3 deletions emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ services:
- ../..:/src/e-mission-server
networks:
- emission
- nominatim

db:
image: mongo:4.4.0
Expand Down Expand Up @@ -51,11 +50,10 @@ services:
volumes:
- nominatim-data:/var/lib/postgresql/14/main
networks:
- nominatim
- emission

networks:
emission:
nominatim:

volumes:
mongo-data:
Expand Down

0 comments on commit efb963c

Please sign in to comment.