Skip to content

Commit

Permalink
./
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 30, 2024
1 parent f55c39e commit a8acff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
bundler-cache: true
- name: Install dependencies
run: |
sudo apt install -y imagemagick
yarn
- name: Assets Precompile
run: bundle exec rails assets:precompile RAILS_PRECOMPILE=1 RAILS_ENV=production SECRET_KEY_BASE=fake_secure_for_compile
Expand Down Expand Up @@ -63,6 +62,9 @@ jobs:
with:
ruby-version: 3.2.0
bundler-cache: true
- name: Install dependencies
run: |
sudo apt install -y imagemagick
- name: Before tests
run: bundle exec rails db:migrate
- name: Run tests
Expand Down

0 comments on commit a8acff7

Please sign in to comment.