mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 12:13:57 +00:00
Support verbose logging during tests
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -9,6 +9,15 @@ on:
|
||||
- "**"
|
||||
types: [opened, synchronize, reopened]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
verbose:
|
||||
description: "Enable verbose logging during tests"
|
||||
type: choice
|
||||
required: false
|
||||
default: "false"
|
||||
options:
|
||||
- "true"
|
||||
- "false"
|
||||
|
||||
#concurrency:
|
||||
# group: ${{ github.ref }}
|
||||
@@ -246,6 +255,7 @@ jobs:
|
||||
run: cd build/${{matrix.preset}} && ctest --verbose
|
||||
env:
|
||||
EMULATOR_ROOT: ${{github.workspace}}/build/${{matrix.preset}}/artifacts/root
|
||||
EMULATOR_VERBOSE: ${{ github.event.inputs.verbose }}
|
||||
|
||||
smoke-test-android:
|
||||
name: Smoke Test Android
|
||||
|
||||
Reference in New Issue
Block a user