Skip to content

Commit 635d44d

Browse files
committed
ci: test build config
1 parent 0f38f62 commit 635d44d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build workflow
22
on:
33
pull_request:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "fix/ci"]
66

77
jobs:
88
build:
@@ -17,8 +17,8 @@ jobs:
1717
xcode-version: latest-stable
1818
- name: Build
1919
env:
20-
scheme: ${{ 'default' }}
21-
platform: ${{ 'iOS Simulator' }}
20+
scheme: 'BilibiliLive'
21+
platform: 'tvOS Simulator'
2222
run: |
2323
bundle install -j 4
2424
bundle exec fastlane build_unsign_ipa

0 commit comments

Comments
 (0)