no apk to install
All checks were successful
Dotnet build and test / build (pull_request) Successful in 12m27s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 12m27s
This commit is contained in:
parent
bfcb7cd2ef
commit
45299d14c1
1 changed files with 0 additions and 6 deletions
|
|
@ -43,11 +43,5 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: |
|
||||
echo "🚀 Installation de l'APK de Debug..."
|
||||
# Ajustez le chemin vers l'APK généré par votre build de debug
|
||||
cd /src/_src
|
||||
APK=src/PostIt/PostIt.Android/bin/Debug/net10.0-android/android-arm64/fr.pschneider.postit-Signed.apk
|
||||
adb install ${APK}
|
||||
|
||||
echo "🚀 Lancement des tests..."
|
||||
cd /src/_src && dotnet test --verbosity normal && echo "✅ Success !"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue