Test sync source 3
Android Tests / android-test (push) Canceled after 0s
Kotlin Multiplatform CI / shared-test (push) Canceled after 0s
Kotlin Multiplatform CI / android-test (push) Canceled after 0s
Kotlin Multiplatform CI / android-build (push) Canceled after 0s
Kotlin Multiplatform CI / web-test (push) Canceled after 0s
Debug Gradle Tasks / tasks (push) Canceled after 0s
SDK Validation / sdk (push) Failing after 53s
Sync Source / sync (push) Failing after 21s
Android Tests / android-test (push) Canceled after 0s
Kotlin Multiplatform CI / shared-test (push) Canceled after 0s
Kotlin Multiplatform CI / android-test (push) Canceled after 0s
Kotlin Multiplatform CI / android-build (push) Canceled after 0s
Kotlin Multiplatform CI / web-test (push) Canceled after 0s
Debug Gradle Tasks / tasks (push) Canceled after 0s
SDK Validation / sdk (push) Failing after 53s
Sync Source / sync (push) Failing after 21s
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Sync Source
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Sync source
|
||||
run: |
|
||||
mkdir -p /data/source/my-project
|
||||
|
||||
rsync -a --delete \
|
||||
./ \
|
||||
/data/source/my-project/
|
||||
Reference in New Issue
Block a user