Skip to content

Commit

Permalink
refactor: move apps/app -> app
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Jun 17, 2024
1 parent b79d7a3 commit 743702e
Show file tree
Hide file tree
Showing 60 changed files with 17 additions and 201 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

- name: Setup Xcode
run: |
cd ./apps/app
cd ./app
xcodebuild -downloadAllPlatforms
- name: Build
run: |
cd ./apps/app
cd ./app
xcodebuild build -scheme metro-now -project metro-now.xcodeproj -destination 'platform=iOS Simulator,name=iPhone ${{ matrix.device }},OS=${{ matrix.iOS }}' | xcpretty && exit ${PIPESTATUS[0]}
- name: Test
run: |
cd ./apps/app
cd ./app
xcodebuild test -scheme metro-now -project metro-now.xcodeproj -destination 'platform=iOS Simulator,name=iPhone ${{ matrix.device }},OS=${{ matrix.iOS }}' | xcpretty && exit ${PIPESTATUS[0]}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 743702e

Please sign in to comment.