mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
Update test workflow to ignore root builds
This commit is contained in:
parent
c6b18f3225
commit
b24c603d7c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
|||
- name: Test Build APKs
|
||||
run: |
|
||||
./build_revanced.sh
|
||||
for filename in build/revanced-root.apk build/revanced-nonroot.apk build/revanced-music-root.apk build/revanced-music-nonroot.apk; do
|
||||
# for filename in build/revanced-root.apk build/revanced-nonroot.apk build/revanced-music-root.apk build/revanced-music-nonroot.apk; do
|
||||
for filename in build/revanced-nonroot.apk build/revanced-music-nonroot.apk; do
|
||||
if [ -e "$filename" ]; then
|
||||
printf '"%s" exists\n' "$filename"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue