We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca39b1 commit b27416cCopy full SHA for b27416c
.github/workflows/default-storage.yml
@@ -131,8 +131,8 @@ jobs:
131
yarn
132
- name: Install Windows test app
133
run: |
134
- yarn install-windows-test-app -p example/windows
135
- working-directory: packages/default-storage
+ yarn install-windows-test-app -p windows
+ working-directory: packages/default-storage/example
136
- name: Build
137
138
yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --msbuildprops "BundleEntryFile=index.ts,UseBundle=false" --no-telemetry
0 commit comments