Skip to content

Commit

Permalink
[run_test] Print env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Jan 24, 2024
1 parent 461da89 commit d72366b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
refreshenv
mkvmerge -h
mkvpropedit -h
echo "PATH: $env:PATH"
- name: Install pytest
run: |
pip install pytest
- name: Run tests
run: |
echo "PATH: $env:PATH"
pytest

0 comments on commit d72366b

Please sign in to comment.