Skip to content

Commit

Permalink
Merge branch 'fix-state-bleeding-in-js' of https://github.com/sherlo-…
Browse files Browse the repository at this point in the history
…io/sherlo into fix-state-bleeding-in-js
  • Loading branch information
dawidk92 committed Nov 28, 2024
2 parents 38a92e1 + db6eda6 commit 5f4872d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/expo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--config ../../configs/${{ inputs.config }}.json \
--android builds/development/android.apk \
--ios builds/development/ios.tar.gz \
--channel development \
--branch development \
--token ${{ inputs.project == 'expo-update' && secrets.SHERLO_EXPO_UPDATE_TOKEN || inputs.project == 'many-stories' && secrets.SHERLO_MANY_STORIES_TOKEN || inputs.project == 'device-testing' && secrets.SHERLO_ALL_DEVICES_TOKEN }}
- name: Run sherlo expo-update (without native builds)
Expand All @@ -74,5 +74,5 @@ jobs:
run: |
yarn sherlo expo-update \
--config ../../configs/${{ inputs.config }}.json \
--channel development \
--branch development \
--token ${{ inputs.project == 'expo-update' && secrets.SHERLO_EXPO_UPDATE_TOKEN || inputs.project == 'many-stories' && secrets.SHERLO_MANY_STORIES_TOKEN || inputs.project == 'device-testing' && secrets.SHERLO_ALL_DEVICES_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function normalizePath(path: string): string {

function createDummySherloModule(): SherloModule {
return {
checkIfContainsStorybookError: async () => false,
clearFocus: async () => {},
getInspectorData: async () => '',
storybookRegistered: async () => {},
Expand Down

0 comments on commit 5f4872d

Please sign in to comment.