From 7fa833544787d97c99f336b2a9777f277ec7e40c Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Thu, 5 Dec 2024 17:06:41 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dc7c1d7..9aad07a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,8 @@ jobs: chmod +x ./cc-test-reporter ./cc-test-reporter before-build - name: Let Rails generate the secret_key_base - run: bundle exec rails runner 'puts Rails.application.secret_key_base' + uses: ./.github/actions/docker-run + with: bundle exec rails runner 'puts Rails.application.secret_key_base' - name: Get CPU info id: cpu_info run: echo "cpu_cores=$(nproc)" >> $GITHUB_ENV