From 0030fe133c8d9df884f2ccabf10351890d82de00 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:03:12 +0000 Subject: [PATCH] Update create database for accessibility tests --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index c23dc51c9..fde032a69 100644 --- a/.github/workflows/run_tests.yml +++ b/.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: |