Skip to content

Commit

Permalink
TEST : maj test to test_published
Browse files Browse the repository at this point in the history
  • Loading branch information
$GITHUB_ACTOR authored and $GITHUB_ACTOR committed Oct 31, 2021
1 parent 29da893 commit 4161d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/full_test_published/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ runs:
echo "---->remove dependency"
pip uninstall --yes yt-dlp
echo "---->verify is version not installed"
ytdlmusic --version | grep "yt-dlp version : NOT INSTALLED"
echo "---->verify the error"
ytdlmusic --version | grep "yt-dlp version : NOT INSTALLED"
echo "---->verify the error"
(ytdlmusic --auto "Rexlambo Stay With Me" || echo "good exit code") | grep "good exit code"
echo "---->verify the error is corretly displayed"
(ytdlmusic --auto "Rexlambo Stay With Me" || echo "good exit code") | grep "Try to upgrade with 'ytdlmusic --update'"
Expand Down

0 comments on commit 4161d2b

Please sign in to comment.