Skip to content

Commit

Permalink
Update run_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Feb 2, 2024
1 parent f05c424 commit 44156f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
echo "C:\Program Files\MKVToolNix" >> $GITHUB_PATH
echo '##[set-output name=PATH;]${env:PATH};C:\Program Files\MKVToolNix'
echo "{C:\Program Files\MKVToolNix}" >> $GITHUB_PATH
echo "$PATH"
- name: Install pytest
run: |
pip install pytest
- name: Run tests
run: |
echo "$PATH"
mkvpropedit -h
pytest

0 comments on commit 44156f1

Please sign in to comment.