forked from BLC/AyposWeb
Add Smoke test workflow
This commit is contained in:
15
.gitea/workflows/smoke.yml
Normal file
15
.gitea/workflows/smoke.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
name: AposWeb Smoke Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
smoke-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Simple Smoke Test
|
||||||
|
run: |
|
||||||
|
echo "✅ AposWeb smoke test ran successfully!"
|
||||||
Reference in New Issue
Block a user