Skip to content

Commit

Permalink
Update ...
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Sep 27, 2023
1 parent 7beefa4 commit 5aebb75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:
workflow_call:

jobs:
reuse_action:
name: REUSE Compliance Check
uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
swiftlint:
name: SwiftLint
uses: StanfordBDHG/.github/.github/workflows/swiftlint.yml@v2
# reuse_action:
# name: REUSE Compliance Check
# uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
# swiftlint:
# name: SwiftLint
# uses: StanfordBDHG/.github/.github/workflows/swiftlint.yml@v2
# buildandtest:
# name: Build and Test
# uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
Expand Down
5 changes: 1 addition & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ platform :ios do

desc "Publish a beta release to internal TestFlight testers"
lane :beta do
signin
increment_build_number({
build_number: latest_testflight_build_number + 1
})
build
signin
commit = last_git_commit
upload_to_testflight(
distribute_external: true,
Expand Down

0 comments on commit 5aebb75

Please sign in to comment.