Skip to content

Commit

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

# - name: Run tests
# run: mix test
Expand Down

0 comments on commit 279c229

Please sign in to comment.