WIP: test de la CI
/ synchro (push) Successful in 0s Details

This commit is contained in:
Adrien Bourmault 2023-10-20 09:56:49 +02:00
parent eae30d13a6
commit 2304174e2e
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ jobs:
run: | run: |
echo Sync files with server echo Sync files with server
echo "We are in $PWD" echo "We are in $PWD"
echo "We have : $(ls)"
- run: echo "Job ended with status '${{ job.status }}'." - run: echo "Job ended with status '${{ job.status }}'."