Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Dec 13, 2024
1 parent d8a4fba commit 514d8a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,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
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN gem install foreman bundler
COPY --link package.json yarn.lock .yarnrc.yml ./

RUN corepack enable
RUN yarn install --immutable
RUN yarn install

COPY --link Gemfile Gemfile.lock ./
RUN bundle install -j 4
Expand Down

0 comments on commit 514d8a4

Please sign in to comment.