Skip to content

Commit

Permalink
Include building assets in CI run
Browse files Browse the repository at this point in the history
We include assets at compile time, so make sure this works correctly by
including the generation of assets in CI runs.
  • Loading branch information
frerich committed Sep 9, 2022
1 parent bffa11f commit fe828c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Compile dependencies
run: mix deps.compile

- name: Rebuild assets
run: mix assets.deploy

- name: Compile sources
run: mix compile --warnings-as-errors

Expand Down

0 comments on commit fe828c5

Please sign in to comment.