Skip to content

Commit 8a42b26

Browse files
Include Android and iOS by default in integration tests
The default value was originally set to just Desktop, since that was all that worked at the time. Now that all three work, we set the default to all three.
1 parent 3b436c4 commit 8a42b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
downloadPreviousRun:
1313
description: 'previous run # to test against'
1414
runIntegrationTests:
15-
description: 'run integration tests against SDK?'
15+
description: 'run integration tests?'
1616
default: 0
1717

1818
env:

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
platforms:
77
description: 'CSV of Desktop, Android and/or iOS'
8-
default: 'Desktop'
8+
default: 'Desktop,Android,iOS'
99
required: true
1010
apis:
1111
description: 'CSV of apis to build and test'

0 commit comments

Comments
 (0)