WIP: test de la CI
/ synchro (push) Failing after 10s
Details
/ synchro (push) Failing after 10s
Details
This commit is contained in:
parent
2304174e2e
commit
dbf47c5b8c
|
@ -3,6 +3,8 @@ jobs:
|
||||||
synchro:
|
synchro:
|
||||||
runs-on: linux_amd64
|
runs-on: linux_amd64
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
echo Sync files with server
|
echo Sync files with server
|
||||||
|
|
Loading…
Reference in New Issue