Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Dec 5, 2024
1 parent e532955 commit 880e1f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 880e1f4

Please sign in to comment.