Files
huike-e2e-moicen/.gitea/workflows/playwright-music-room.yml
T
weli f5c7ceead2
Test CI / test (push) Successful in 20s
test minimal workflow
2026-05-03 10:53:38 +08:00

16 lines
223 B
YAML

name: Test CI
on:
push:
branches: [master, main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- run: echo "hello world"
- run: uname -a
- run: id