]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/docker.yml
Run migration under bundler
[rails.git] / .github / workflows / docker.yml
index cc2420730faea28c41ed593ef5f71ea48b83e78a..a96b576ff6fca6ff0e832f0207d34f4f937c1d2b 100644 (file)
@@ -26,7 +26,7 @@ jobs:
         sleep 15 # let the DB warm up a little
     - name: Prepare Database
       run: |
-        docker-compose run --rm web rake db:migrate
+        docker-compose run --rm web bundle exec rake db:migrate
         docker-compose run web bundle exec rake i18n:js:export
         docker-compose run --rm web osmosis --rx docker/null-island.osm.xml --wd host=db database=openstreetmap user=openstreetmap password=openstreetmap validateSchemaVersion=no
     - name: Test Basic Website