From c01c4d318ffaad63393cc15d9a67aa296e72d555 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Mon, 26 Feb 2024 11:35:54 -0500 Subject: [PATCH] fix: fixing working directory using mix lock at parent 7 --- .github/workflows/template-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index 1ef596d..8931c17 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -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'