Files
AlpineSAAS/.gitea/workflows/deploy.yml
T
kourosh 9ff926d84e
Test CI CD / test-job (push) Successful in 1m1s
test 10
2026-08-10 01:12:46 +02:00

20 lines
395 B
YAML

name: Test CI CD
on:
push:
branches:
- main
jobs:
test-job:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
options: --add-host=gitea:130.61.139.162
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run a simple test
run: |
echo "CI/CD is working perfectly on Gitea!"