diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7984cad..d0dfdad 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -20,4 +20,10 @@ jobs: username: ${{ secrets.SSH_USER }} password: ${{ secrets.SSH_PASSWORD }} script: | - echo "CONNEXION REUSSIE" \ No newline at end of file + echo "CONNEXION REUSSIE" + ssh mikoshi + echo "suis dans Mikoshi" + ls -la + echo "fini" + exit + echo "de retour dans le serveur" \ No newline at end of file