]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Add step for creation tmp/pids in test workflow
[rails.git] / .github / workflows / tests.yml
index 9e794d2579ff2a5f84026d87fa68578981ae8868..f8561b7b256d6a2a2cab5ad924a9f139b67fd7e4 100644 (file)
@@ -58,6 +58,8 @@ jobs:
       run: bundle exec bin/yarn install
     - name: Compile assets
       run: bundle exec rails assets:precompile
+    - name: Create tmp/pids directory
+      run: mkdir -p tmp/pids
     - name: Run tests
       run: bundle exec rails test:all
     - name: Run javascript tests