diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index c85de9a..1ef596d 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -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