Skip to content

Commit

Permalink
fix: add/remove python version
Browse files Browse the repository at this point in the history
  • Loading branch information
thib1984 committed Aug 15, 2023
1 parent 758e01d commit 9053e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/full_test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ runs:
echo '---->ytdlmusic -f --auto "Rexlambo Stay With Me"'
ytdlmusic -f --auto "Rexlambo Stay With Me"
echo "---->test if m4a file exists"
test -f "Rexlambo Stay With Me_1.m4a"
test -f "Rexlambo Stay With Me.m4a"
echo "---->test the m4a file type"
file -b "Rexlambo Stay With Me_1.m4a"
file -b "Rexlambo Stay With Me_1.m4a" | grep "MP4"
file -b "Rexlambo Stay With Me.m4a"
file -b "Rexlambo Stay With Me.m4a" | grep "MP4"
- name: ogg
shell: bash
run: |
Expand Down

0 comments on commit 9053e3e

Please sign in to comment.