Skip to content

Commit

Permalink
Turn on CI test runs before CD, so that test fails will stop publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Jan 31, 2025
1 parent 85bd758 commit f60b959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ build:
spellers: true
grammar-checkers: false
check:
analysers: false
spellers: false
analysers: true
spellers: true
grammar-checkers: false

0 comments on commit f60b959

Please sign in to comment.