Skip to content

Commit

Permalink
Not sure why I was doing a deps.update in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Nov 27, 2022
1 parent 9d30688 commit 8c1afe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
port: 8000
cors: "*"
- run: mix deps.update --all
if: matrix.elixir == '1.14.2'
- run: mix deps.get
- run: mix compile
- run: mix format --check-formatted
Expand Down

0 comments on commit 8c1afe8

Please sign in to comment.