Skip to content

Commit

Permalink
Still not succeeding
Browse files Browse the repository at this point in the history
Test still not running properly. Trying:

yml: Just run on nominatim push. Hoping it will work now.

sh: adding some more echoes to see if I can tell where the problem is arising. I've looked through the old commits and I can't see what would've gone wrong.
  • Loading branch information
nataliejschultz committed Sep 18, 2023
1 parent 0283672 commit dbe4fa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: nominatim-docker-test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
pull_request:
branches:
- master
# pull_request:
# branches:
# - master
push:
branches:
- 'nataliejschultz/nominatim'
- nominatim

# schedule:
# # Run every Sunday at 4:05 am
Expand Down
11 changes: 6 additions & 5 deletions emission/integrationTests/start_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Using an automated install
cd /src/e-mission-server

echo "++++++++++"
echo "$PWD"


#set database URL using environment variable
echo ${DB_HOST}
if [ -z ${DB_HOST} ] ; then
Expand All @@ -27,10 +23,15 @@ source setup/setup_tests.sh
echo "Running tests..."
source setup/activate_tests.sh

echo "Adding permissions"
chmod +x runIntegrationTests.sh
echo "Permissions added"

tail -f /dev/null
# echo "About to sleep! Zzzz..."
# sleep 240
# echo "Done sleeping! Running integration tests:"
dockerize -wait http://rhodeisland-nominatim:8080 -timeout 20s
echo "Dockerize running!"
dockerize -wait http://rhodeisland-nominatim:8080 -timeout 240s
echo "Dockerize done! Running integration tests:"
./runIntegrationTests.sh

0 comments on commit dbe4fa4

Please sign in to comment.