Skip to content

Commit

Permalink
Avoid building assets twice in CI for the CSS selector test
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Aug 1, 2023
1 parent d4c2c8c commit c5c52e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,5 @@ jobs:
cache: 'npm'
- name: NPM Build
run: npm ci
- name: Build Output Selectors
run: script/build-assets
- name: Test CSS
run: bundle exec rake test:component_css

0 comments on commit c5c52e2

Please sign in to comment.