Add DUT smoke tests script (#3402)

This commit is contained in:
Igor Pečovnik 2022-01-20 14:45:48 +01:00 committed by GitHub
parent 21b4d4bd42
commit fbda1e82c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/smoke-tests.yml vendored Normal file
View 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 }}