Skip to content

Commit

Permalink
ci: test build config
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Feb 7, 2025
1 parent 0f38f62 commit 635d44d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build workflow
on:
pull_request:
push:
branches: [ "main" ]
branches: [ "main", "fix/ci"]

jobs:
build:
Expand All @@ -17,8 +17,8 @@ jobs:
xcode-version: latest-stable
- name: Build
env:
scheme: ${{ 'default' }}
platform: ${{ 'iOS Simulator' }}
scheme: 'BilibiliLive'
platform: 'tvOS Simulator'
run: |
bundle install -j 4
bundle exec fastlane build_unsign_ipa
Expand Down

0 comments on commit 635d44d

Please sign in to comment.