[CI] Enable iOS, macOS and 3DS tests by default

This commit is contained in:
Yaya-Cout
2022-06-12 16:34:21 +00:00
committed by GitHub
parent 065ca18e19
commit 754c8a82eb

View File

@@ -19,7 +19,7 @@ on:
default: 'yes'
jobs:
nintendo_3ds:
if: github.event.inputs.trigger3DS == 'yes'
if: github.event.inputs.trigger3DS == 'yes' || github.event.inputs.trigger3DS == ''
runs-on: ubuntu-latest
container: devkitpro/devkitarm:latest
steps:
@@ -262,7 +262,7 @@ jobs:
name: epsilon-linux.bin
path: output/release/simulator/linux/epsilon.bin
macos:
if: github.event.inputs.triggerMacos == 'yes'
if: github.event.inputs.triggerMacos == 'yes' || github.event.inputs.triggerMacos == ''
runs-on: macOS-latest
steps:
- run: brew install numworks/tap/epsilon-sdk
@@ -277,7 +277,7 @@ jobs:
name: epsilon-macos.zip
path: output/release/simulator/macos/epsilon.app
ios:
if: github.event.inputs.triggerIos == 'yes'
if: github.event.inputs.triggerIos == 'yes' || github.event.inputs.triggerIos == ''
runs-on: macOS-latest
steps:
- run: brew install numworks/tap/epsilon-sdk