Browse Source

Update create database for accessibility tests

pull/2927/head
Kat 3 months ago
parent
commit
0030fe133c
  1. 2
      .github/workflows/run_tests.yml

2
.github/workflows/run_tests.yml

@ -369,7 +369,7 @@ jobs:
- name: Create database
run: |
bundle exec rake parallel:setup
bundle exec rake db:prepare
- name: Compile assets
run: |

Loading…
Cancel
Save