]> git.openstreetmap.org Git - rails.git/commitdiff
Use rails instead of rake
authorTom Hughes <tom@compton.nu>
Thu, 25 Aug 2022 19:23:51 +0000 (20:23 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 25 Aug 2022 19:23:51 +0000 (20:23 +0100)
.github/workflows/docker.yml

index a96b576ff6fca6ff0e832f0207d34f4f937c1d2b..6f88614ab3cd93eda11c4e4edabb07524285c046 100644 (file)
@@ -26,8 +26,8 @@ jobs:
         sleep 15 # let the DB warm up a little
     - name: Prepare Database
       run: |
-        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 bundle exec rails db:migrate
+        docker-compose run --rm web bundle exec rails 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
       run: |