From def5e6e1361f6a8f78a730cec071c04d83656642 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Thu, 5 Dec 2024 17:10:27 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0bb94c..8335960c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,8 +180,8 @@ jobs: ./cc-test-reporter before-build - name: Let Rails generate the secret_key_base uses: ./.github/actions/docker-run - with: - run: bundle exec rails runner 'puts Rails.application.secret_key_base' + with: + run: bundle exec rails runner 'puts Rails.application.secret_key_base' - name: Get CPU info id: cpu_info run: echo "cpu_cores=$(nproc)" >> $GITHUB_ENV