Skip to content

Commit

Permalink
Update rspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Mar 18, 2024
1 parent 7571198 commit f5ad880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Setup Node
uses: alphagov/govuk-infrastructure/.github/actions/setup-node@main

- name: Precompile assets
uses: alphagov/govuk-infrastructure/.github/actions/precompile-rails-assets@main
# - name: Precompile assets
# uses: alphagov/govuk-infrastructure/.github/actions/precompile-rails-assets@main

- Precompile assets
run: bundle exec rails assets:clobber assets:precompile --verbose
run: bundle exec rails assets:clobber assets:precompile -v

- name: Initialize database
env:
Expand Down

0 comments on commit f5ad880

Please sign in to comment.