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