Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Feb 24, 2025
1 parent 7b1d4d2 commit a753afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ commands:
mix-test:
description: Runs all tests via mix
steps:
- run:
name: Build assets
command: MIX_ENV=test mix assets.setup
- run:
name: Run tests
command: MIX_ENV=test mix test
Expand Down

0 comments on commit a753afd

Please sign in to comment.