openruyi:ci:init

This commit is contained in:
2026-04-16 11:48:28 +08:00
parent 57cebd9124
commit c456fd112f

23
.github/workflows/smoke-test.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Run smoke test on SG2044
on:
workflow_dispatch:
jobs:
build:
runs-on: openruyi-175
timeout-minutes: 4320
steps:
- name: install tools
run: dnf install -y git nodejs --refresh
- uses: actions/checkout@v3
- name: download the latest release
run: |
set -x
bash dep_install.sh
dnf install hostname
[ -f /usr/bin/yum ] || ln -sf /usr/bin/dnf /usr/bin/yum
bash mugen.sh -c --ip $(hostname -I | awk '{print $1}') --password openruyi --user openruyi --port 22
bash mugen.sh -f smoke_openruyi -x