Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkln committed Oct 24, 2024
1 parent 92dff2c commit 3a15f16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test and build

on:
pull_request:
push:
branches:
- master

Expand Down Expand Up @@ -35,8 +36,8 @@ jobs:
restore-keys: ${{ runner.os }}-mixv2-

- name: Setup deps
run: |
mix deps.get
run: |
mix deps.get
mix deps.unlock --check-unused
- name: Compile
Expand All @@ -53,7 +54,6 @@ jobs:
- name: Cleanup
run: mix clean


dialyzer:
name: "Run Dialyzer"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
priv/plts
- name: Setup deps
run: |
mix deps.get
run: |
mix deps.get
mix deps.unlock --check-unused
- name: Compile
Expand Down

0 comments on commit 3a15f16

Please sign in to comment.