Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update self-test to automatically test against more options of the reusable workflow #36

Merged
merged 6 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix ios-unit?
  • Loading branch information
MahdiBM authored Oct 24, 2024
commit 8e62a11812ec21abe1aa520c13efa9726d27bb8b
4 changes: 2 additions & 2 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
ios_scheme_name:
type: string
required: false
default: 'sample-testable-package'
default: 'sample-testable-package-Package'
description: "Set to the scheme name in Xcode to run tests on iOS. Defaults to 'sample-testable-package', use '' to not run any tests."
pull_request: { branches: [ main ] }
push: { branches: [ main ] }
Expand All @@ -65,4 +65,4 @@ jobs:
with_linting: ${{ inputs.with_linting || true }}
with_windows: ${{ inputs.with_windows || true }}
with_musl: ${{ inputs.with_musl || true }}
ios_scheme_name: ${{ inputs.ios_scheme_name || 'sample-testable-package' }}
ios_scheme_name: ${{ inputs.ios_scheme_name || 'sample-testable-package-Package' }}