Files
sgeUpdated/.gitea/workflows/smoke.yml
Abdulbari a943925325
Some checks failed
CI/CD Pipeline / deploy_testing (push) Has been skipped
CI/CD Pipeline / deploy_production (push) Failing after 43s
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s
Add a Smoke test workflow
2025-08-28 17:53:33 +03:00

16 lines
275 B
YAML

# .gitea/workflows/sgeupdated_smoke.yml
name: sgeUpdated Smoke Test
on:
push:
branches:
- main
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- name: Simple Smoke Test
run: |
echo "✅ sgeUpdated smoke test ran successfully!"