]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/docker.yml
Prevent node_modules from mounting to save rake yarn:install step
[rails.git] / .github / workflows / docker.yml
index c7874db392b725c947341161fe1eb12f95260eae..c3b48d5612ea41ddc2f0b059e182405fd7e1db4a 100644 (file)
@@ -25,7 +25,6 @@ jobs:
       run: |
         docker-compose run --rm web rake db:migrate
         docker-compose run --rm web osmosis --rx docker/null-island.osm.xml --wd host=db database=openstreetmap user=openstreetmap password=openstreetmap validateSchemaVersion=no
-        docker-compose run web bundle exec rake yarn:install
     - name: Test Basic Website
       run: |
         curl -siL http://127.0.0.1:3000 | egrep '^HTTP/1.1 200 OK'