forked from BLC/sgeUpdated
16 lines
275 B
YAML
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!"
|