From 24197dd01145879333ac723931b3b4a9581e4221 Mon Sep 17 00:00:00 2001 From: LeterZP Date: Sat, 23 May 2026 23:59:27 +0300 Subject: [PATCH] Added runner (CI/CD) for local testing --- .gitea/workflows/for-testing.yaml | 28 ++++++++++++++++++++++++++++ .gitignore | 6 ++++++ 2 files changed, 34 insertions(+) create mode 100644 .gitea/workflows/for-testing.yaml diff --git a/.gitea/workflows/for-testing.yaml b/.gitea/workflows/for-testing.yaml new file mode 100644 index 0000000..750093b --- /dev/null +++ b/.gitea/workflows/for-testing.yaml @@ -0,0 +1,28 @@ +name: testing + +on: + push: + branches: + - main + +jobs: + main: + + name: Transport repo to testing directory + runs-on: ubuntu-latest + + container: + image: alpine/git + volumes: + - /mnt/host/c/Users/Leter/AppData/Roaming/.minecraft/versions/TeStVISt-client/git-mods/TeStVISt-mods-client:/workspace/LeterZP/mods + defaults: + run: + working-directory: /workspace/LeterZP/mods + + + + steps: + - name: main + run: | + git fetch origin main + git reset --hard origin/main \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3063df6..7c73ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ *.zip +data +config.yaml +docker-compose.yaml + + + *AI-Improvements* *createthreadedtrains* *lithostitched*