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