Skip to content

Commit

Permalink
👷 Optimize CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr authored Jun 23, 2024
1 parent e39f1a9 commit ab8cec7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ on:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read
id-token: write

concurrency:
group: "CI"

jobs:
build:
runs-on: macos-latest
Expand All @@ -22,7 +29,7 @@ jobs:
- name: Build and Tests
run: xcodebuild build -scheme HUDHero -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15 Pro" -resultBundlePath HUDHero.xcresult test
- name: Display test results
uses: kishikawakatsumi/xcresulttool@v1
uses: jobearrr/xcresulttool@v1
with:
path: HUDHero.xcresult
if: success() || failure()

0 comments on commit ab8cec7

Please sign in to comment.