Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion e2e/harness-workflows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const assertHarnessWorkflowContent = async (
expect(androidWorkflow).toContain('chmod +x ./gradlew')
expect(androidWorkflow).toContain('projectRoot: example')
expect(iosWorkflow).toContain(
'uses: callstackincubator/react-native-harness@v1.0.0'
'uses: callstackincubator/react-native-harness@v1.2.0'
)
expect(iosWorkflow).toContain('projectRoot: example')
expect(androidWorkflow).toContain(expectation.harnessWorkflowPath)
Expand Down
4 changes: 2 additions & 2 deletions src/code-snippets/code.js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ ${getHarnessCodegenBuildStep(packageManager, monorepo)}
CODE_SIGNING_ALLOWED=NO

- name: Run React Native Harness
uses: callstackincubator/react-native-harness@v1.0.0
uses: callstackincubator/react-native-harness@v1.2.0
with:
app: example/ios/build/Build/Products/Debug-iphonesimulator/${exampleAppName}.app
app: ios/build/Build/Products/Debug-iphonesimulator/${exampleAppName}.app
Comment thread
coderabbitai[bot] marked this conversation as resolved.
runner: ios
projectRoot: example
packageManager: ${packageManager}`
Expand Down
Loading