feature/backend-rewrite #2

Open
kamil wants to merge 236 commits from feature/backend-rewrite into main
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 2142e82fe4 - Show all commits

View File

@@ -77,6 +77,8 @@ jobs:
ios/LibNovel/ExportOptions.plist
- name: Archive
env:
USER: runner
run: just ios-archive
- name: Export IPA

View File

@@ -33,6 +33,8 @@ jobs:
run: command -v just || brew install just
- name: Build (simulator)
env:
USER: runner
run: just ios-build
# ── unit tests ────────────────────────────────────────────────────────────
@@ -48,6 +50,8 @@ jobs:
run: command -v just || brew install just
- name: Run unit tests
env:
USER: runner
run: just ios-test
- name: Upload test results