mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 23:27:56 -05:00
create nice structure for the mobile sdk (#1177)
* create nice structure for the mobile sdk * spv * actually dont touch what we dont understand * fix metro * fix pretty * fix types on app and imrpove names * sneek in actually checking the types in the mobile app. * not yet * fix jest imports and name test better
This commit is contained in:
4
.github/workflows/mobile-ci.yml
vendored
4
.github/workflows/mobile-ci.yml
vendored
@@ -178,7 +178,7 @@ jobs:
|
||||
else
|
||||
echo "✅ All required dependency files exist"
|
||||
fi
|
||||
- name: Test
|
||||
- name: App Tests
|
||||
run: |
|
||||
# Final verification from app directory perspective
|
||||
echo "Final verification before running tests (from app directory)..."
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
fi
|
||||
echo "✅ All dependencies verified, running tests..."
|
||||
# Run jest through yarn to avoid the build:deps step since CI already built dependencies
|
||||
yarn jest --passWithNoTests && node --test scripts/tests/*.cjs
|
||||
yarn test:ci
|
||||
working-directory: ./app
|
||||
build-ios:
|
||||
runs-on: macos-latest-large
|
||||
|
||||
Reference in New Issue
Block a user