Ensure path variable is set up before running tests
This commit is contained in:
parent
31f134213f
commit
d86e7b93d0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue