]> git.openstreetmap.org Git - rails.git/commitdiff
Add step for creation tmp/pids in test workflow
authorEmin Kocan <kocanmn.dev@gmail.com>
Sat, 14 Sep 2024 13:36:34 +0000 (15:36 +0200)
committerEmin Kocan <kocanmn.dev@gmail.com>
Sat, 12 Oct 2024 18:50:57 +0000 (20:50 +0200)
.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