environment
Some checks failed
Apply Kuberentes Configs / test-environment (push) Failing after 1s
Apply Kuberentes Configs / update-repo (push) Failing after 1s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped

This commit is contained in:
2026-02-07 14:12:24 -07:00
parent 6e9d586b9c
commit ef3002e328

View File

@@ -1,6 +1,19 @@
name: Apply Kuberentes Configs
on: [push, workflow_dispatch]
jobs:
test-environment:
runs-on: home-server
steps:
- name: test basic commands
run: |
echo "=== Environment Info ==="
whoami
pwd
echo "=== Test bash ==="
bash --version
echo "=== Test git ==="
git --version
echo "=== Success ==="
update-repo:
runs-on: home-server
steps: