fixes the script
Some checks failed
Dotnet build and test / build (pull_request) Failing after 9m22s
Some checks failed
Dotnet build and test / build (pull_request) Failing after 9m22s
This commit is contained in:
parent
d56ad25e6b
commit
b18f86ed23
1 changed files with 4 additions and 4 deletions
|
|
@ -63,11 +63,11 @@ jobs:
|
|||
echo "Statut actuel : ${OUT:-0}"
|
||||
done
|
||||
echo "✅ L'émulateur Android est prêt !"
|
||||
echo "Installation de l'APK de Debug..."
|
||||
echo "⌛ Installation de l'APK de Debug..."
|
||||
adb install /src/_src/src/PostIt/PostIt.Android/bin/Debug/net10.0-android/fr.pschneider.postit-Signed.apk
|
||||
dotnet test /src/_src/src/PostIt/PostIt.Tests/PostIt.Tests.csproj -c Release
|
||||
|
||||
- name: Test
|
||||
echo "⌛ Lancement des tests ..."
|
||||
run: cd /src/_src && dotnet test --no-build --verbosity normal
|
||||
|
||||
run: |
|
||||
echo "⌛ Lancement des tests..."
|
||||
cd /src/_src && dotnet test --no-build --verbosity normal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue