Add DUT smoke tests script (#3402)
This commit is contained in:
parent
21b4d4bd42
commit
fbda1e82c6
12
.github/workflows/smoke-tests.yml
vendored
Normal file
12
.github/workflows/smoke-tests.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Smoke tests on DUTs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Smoke:
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
uses: armbian/scripts/.github/workflows/smoke-tests.yml@master
|
||||
secrets:
|
||||
KEY_CI: ${{ secrets.KEY_CI }}
|
||||
Loading…
Reference in New Issue
Block a user