From 45dde381eb332a68ae942b3509cf83cde174bba9 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 7 Dec 2020 19:26:37 +0100 Subject: [PATCH] GitHub Actions: Remove redundant RAILS_ENV=test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf83fd17..0c93b77e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Create database env: RAILS_ENV: test - run: bundler exec rake db:schema:load RAILS_ENV=test + run: bundler exec rake db:schema:load - name: Run tests env: RAILS_ENV: test