From 01256af0259017db8e4b8fe9530f7db476569cfc Mon Sep 17 00:00:00 2001 From: "Nate Hopkins (hopsoft)" Date: Thu, 22 Feb 2024 23:04:20 -0700 Subject: [PATCH] Action yak shaving --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 34c83843..5e259aa6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,8 +37,5 @@ jobs: - name: Install Playwright Browsers run: 'npx playwright install chromium --with-deps' - - name: Prepare Database - run: 'cd test/dummy && bundle exec rails db:create db:migrate RAILS_ENV=test' - - name: Run Tests - run: 'bundle exec rails test:all' + run: 'RAILS_ENV=test cd test/dummy && bundle exec rails db:create db:migrate && cd - && bundle exec rails test:all'