Files
KubeSetup/.gitea/workflows/main.yaml
Ken Johnson b30c4b9a84
Some checks are pending
Test CI/CD / test (push) Waiting to run
Initial Testing
2025-03-05 09:25:39 -08:00

17 lines
231 B
YAML

name: Test CI/CD
on:
push:
branches:
- main
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Hello World
run: echo "Hello, CI/CD!"