WIP: test de la CI
/ synchro (push) Failing after 1s
Details
/ synchro (push) Failing after 1s
Details
This commit is contained in:
parent
102885e90d
commit
f65ec443ff
|
@ -1,11 +1,17 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
synchro:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: List files in the repository
|
||||
shell: bash
|
||||
run: |
|
||||
echo Sync files with server
|
||||
echo "We are in ${{ github.action_path }}"
|
||||
echo "We have : $(ls ${{ github.action_path }})"
|
||||
echo "We are in $PWD"
|
||||
echo "We have : $(ls)"
|
||||
- run: echo "Job ended with status '${{ job.status }}'."
|
||||
|
|
Loading…
Reference in New Issue