Skip to content

Commit

Permalink
Fix Elixir CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagopromano committed Dec 2, 2023
1 parent 27c3d73 commit fc3f9e2
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test
- name: Run Elixir Tests
working-directory: ./2020-2021
run: |
mix deps.get
mix test
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/AdventOfCode.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc3f9e2

Please sign in to comment.