forked from Abdulbari/sgeUpdated
Add a Smoke test workflow
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
name: smoke
|
# .gitea/workflows/sgeupdated_smoke.yml
|
||||||
|
name: sgeUpdated Smoke Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**' # run on any branch push
|
- main
|
||||||
workflow_dispatch: # allow manual run from the Actions tab
|
|
||||||
jobs:
|
jobs:
|
||||||
hello:
|
smoke-test:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Simple Smoke Test
|
||||||
- run: |
|
run: |
|
||||||
echo "Runner OK on branch: ${GITHUB_REF_NAME}"
|
echo "✅ sgeUpdated smoke test ran successfully!"
|
||||||
uname -a
|
|
||||||
|
|||||||
Reference in New Issue
Block a user