From d86e7b93d04f13447f09250eb1c1634bfe40fc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 5 May 2022 16:17:47 +0200 Subject: [PATCH] Ensure path variable is set up before running tests --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 600e6eb..2206da1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,9 @@ jobs: DOTFILES_CI: 1 - name: Run tests if: ${{ matrix.platform != 'windows-latest' }} - run: make run_tests + run: | + source ~/.profile + make run_tests env: DOTFILES_CI: 1 create-key: