From 880e1f45cd14f3c403a77ea955794dc86a5cd1ed Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Thu, 5 Dec 2024 17:23:57 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3de345..a282a45f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,10 +178,10 @@ jobs: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter ./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'" + # - 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' - name: Get CPU info id: cpu_info run: echo "cpu_cores=$(nproc)" >> $GITHUB_ENV