kv-tube/.forgejo/workflows/test-min.yml
KV-Tube Deployer 70c1c337bf
Some checks failed
Build & Push Docker Image / build (push) Failing after 11s
Test Minimal / test (push) Failing after 2s
test: minimal workflow to isolate issue
2026-03-28 08:59:59 +07:00

17 lines
476 B
YAML

name: Test Minimal
on:
push:
branches: [main, master]
workflow_dispatch:
jobs:
test:
runs-on: docker
steps:
- name: Step1
run: echo "step 1 ok"
- name: Docker login
run: echo "Thieugia19" | docker login git.khoavo.myds.me -u vndangkhoa --password-stdin
- name: Git clone
run: git clone https://vndangkhoa:Thieugia19@git.khoavo.myds.me/vndangkhoa/kv-tube.git /tmp/kv-tube && cd /tmp/kv-tube && git log --oneline -1