Ensure path variable is set up before running tests

main
Ensar Sarajčić 2022-05-05 16:17:47 +02:00
parent 31f134213f
commit d86e7b93d0
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ jobs:
DOTFILES_CI: 1 DOTFILES_CI: 1
- name: Run tests - name: Run tests
if: ${{ matrix.platform != 'windows-latest' }} if: ${{ matrix.platform != 'windows-latest' }}
run: make run_tests run: |
source ~/.profile
make run_tests
env: env:
DOTFILES_CI: 1 DOTFILES_CI: 1
create-key: create-key: