Files
TeStVISt-mods-client/.gitea/workflows/for-testing.yaml
T
LeterZP 24197dd011
testing / Transport repo to testing directory (push) Successful in 26s
Added runner (CI/CD) for local testing
2026-05-23 23:59:27 +03:00

28 lines
532 B
YAML

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