Skip to content

Commit

Permalink
Bring back separate compilation step
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed Jun 3, 2024
1 parent cf8d37e commit 2983c8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
name: Build and test
name: Mix format

steps:
# Step: Setup Elixir + Erlang image as the base.
Expand Down Expand Up @@ -70,6 +70,11 @@ jobs:
- name: Install dependencies
run: mix deps.get

# Step: Compile the current project. If unchanged, uses
# the cached version.
- name: Install dependencies
run: mix compile

# Step: Download project dependencies. If unchanged, uses
# the cached version.
- name: Lint
Expand Down

0 comments on commit 2983c8b

Please sign in to comment.