From abceb0694a60513286e534334a44150414fc54b3 Mon Sep 17 00:00:00 2001 From: Steven Schmid Date: Mon, 25 Mar 2024 18:30:56 +0100 Subject: [PATCH] What about this --- .github/workflows/rls.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rls.yml b/.github/workflows/rls.yml index c5a8d8f..83ab78a 100644 --- a/.github/workflows/rls.yml +++ b/.github/workflows/rls.yml @@ -38,11 +38,10 @@ jobs: - name: Setup database working-directory: ./spec/dummy - run: bundle exec rake rls:create_role - - - name: Setup database - working-directory: ./spec/dummy - run: bundle exec rake db:prepare + run: | + bundle exec rake db:create + bundle exec rake rls:create_role + bundle exec rake db:prepare - name: Run tests run: bundle exec rspec --backtrace