Files
infrastructure-test/.gitea/workflows/flutter-runner-smoke.yml

14 lines
287 B
YAML

name: flutter-runner-checkout-smoke
on:
workflow_dispatch:
jobs:
checkout-smoke:
runs-on: flutter-builder
steps:
- uses: actions/checkout@v4
- name: Prove checkout worked
run: |
echo "checkout OK"
ls -la
git log -1 --oneline