From 58010a303350c139be534af4a8875de6e23de506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Fri, 13 Oct 2023 09:21:06 +0200 Subject: [PATCH] Hint, hint --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef46214..dcae542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: [push, pull_request] jobs: test: + environment: + RAILS_ENV: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -12,6 +14,8 @@ jobs: - run: bin/rails db:setup - run: bin/rails t mutate: + environment: + RAILS_ENV: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v4