Skip to content

Commit

Permalink
fix: fixing working directory using mix lock at parent 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 26, 2024
1 parent 279c229 commit c01c4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
- name: Install dependencies
run: mix deps.get
working-directory: Elixir/Konex/
working-directory: Elixir/Konex

# - name: Run tests
# run: mix test
# working-directory: Elixir/Konex/
# working-directory: Elixir/Konex

# - name: Publish to HEX
# if: github.event_name == 'release'
Expand Down

0 comments on commit c01c4d3

Please sign in to comment.