Skip to content

Commit

Permalink
Fix smoke tests workflow parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Apr 12, 2024
1 parent 537b02d commit 3f85440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
:test
-PtestLevel=smoke
-PtestType=gradle
-Pmatrix.targets="${{ inputs.target || 'macos_arm64,ios_arm64,ios_simulator_arm64' }}"
-Pmatrix.configurations="${{ inputs.configuration || 'debug' }}"
-Pmatrix.linkModes="${{ inputs.linkage || 'static,dynamic' }}"
"-Pmatrix.targets=${{ inputs.target || 'macosArm64,iosArm64,iosSimulatorArm64' }}"
"-Pmatrix.configurations=${{ inputs.configuration || 'debug' }}"
"-Pmatrix.linkModes=${{ inputs.linkage || 'static,dynamic' }}"
build-root-directory: test-runner

0 comments on commit 3f85440

Please sign in to comment.