WIP: test de la CI
/ synchro (push) Successful in 0s
Details
/ synchro (push) Successful in 0s
Details
This commit is contained in:
parent
f65ec443ff
commit
b53421aa7a
|
@ -7,11 +7,10 @@ jobs:
|
||||||
synchro:
|
synchro:
|
||||||
runs-on: linux_amd64
|
runs-on: linux_amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
shell: bash
|
shell: bash
|
||||||
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)"
|
echo "We have : $(ls -lta)"
|
||||||
- run: echo "Job ended with status '${{ job.status }}'."
|
- run: echo "Job ended with status '${{ job.status }}'."
|
||||||
|
|
Loading…
Reference in New Issue