Skip to content

Commit 51a4e2d

Browse files
Update CI
1 parent eb7fa30 commit 51a4e2d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'README.md'
9+
- 'CODE_OF_CONDUCT.md'
10+
- '.editorconfig'
11+
- '.spi.yml'
712
pull_request:
813
branches:
9-
- '**'
14+
- main
1015

1116
env:
1217
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
@@ -23,6 +28,8 @@ jobs:
2328
- "platform=tvOS Simulator,name=Apple TV"
2429

2530
steps:
26-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
32+
- name: Install XCBeautify
33+
run: brew install xcbeautify
2734
- name: Test platform ${{ matrix.destination }}
28-
run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcpretty
35+
run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions

0 commit comments

Comments
 (0)