CI: Ensure tests are built for all actions
- Does NOT guarantee they're used, only that they build
This commit is contained in:
parent
833889aec0
commit
486abd481a
3 changed files with 0 additions and 3 deletions
1
.github/workflows/android_builds.yml
vendored
1
.github/workflows/android_builds.yml
vendored
|
|
@ -8,7 +8,6 @@ env:
|
|||
SCONS_FLAGS: >-
|
||||
dev_mode=yes
|
||||
module_text_server_fb_enabled=yes
|
||||
tests=no
|
||||
swappy=yes
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/ios_builds.yml
vendored
1
.github/workflows/ios_builds.yml
vendored
|
|
@ -8,7 +8,6 @@ env:
|
|||
SCONS_FLAGS: >-
|
||||
dev_mode=yes
|
||||
module_text_server_fb_enabled=yes
|
||||
tests=no
|
||||
debug_symbols=no
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/web_builds.yml
vendored
1
.github/workflows/web_builds.yml
vendored
|
|
@ -7,7 +7,6 @@ on:
|
|||
env:
|
||||
SCONS_FLAGS: >-
|
||||
dev_mode=yes
|
||||
tests=no
|
||||
debug_symbols=no
|
||||
use_closure_compiler=yes
|
||||
EM_VERSION: 4.0.11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue