Add step for creation tmp/pids in test workflow
This commit is contained in:
parent
b17517e02c
commit
e5c5776e65
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue