Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni authored Jul 17, 2024
1 parent 48822bc commit 8fcc6c5
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
- name: Install xcbeautify
uses: Cyberbeni/install-swift-tool@v2
with:
url: https://github.com/Cyberbeni/xcbeautify
branch: measurement-parsing
url: https://github.com/cpisciotta/xcbeautify
- name: Test
shell: bash
run: |
Expand All @@ -29,21 +28,15 @@ jobs:
test-performance:
strategy:
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: xcode-select
uses: maxim-lobanov/setup-xcode@v1
if: runner.os == 'macOS'
with:
xcode-version: '14.2'
- name: Install xcbeautify
uses: Cyberbeni/install-swift-tool@v2
with:
url: https://github.com/Cyberbeni/xcbeautify
branch: measurement-parsing
url: https://github.com/cpisciotta/xcbeautify
- name: Test
shell: bash
run: |
Expand All @@ -54,14 +47,10 @@ jobs:
strategy:
matrix:
os: [macOS, iOS, tvOS]
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: xcode-select
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'
- name: Test
run: fastlane scan --scheme "TypedNotificationCenter ${{ matrix.os }}" --disable_slide_to_type false
- name: Codecov
Expand All @@ -73,14 +62,10 @@ jobs:
strategy:
matrix:
os: [iOS]
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: xcode-select
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'
- name: Test
run: fastlane scan --scheme "TNC UI Test Host ${{ matrix.os }}"
- name: Codecov
Expand Down

0 comments on commit 8fcc6c5

Please sign in to comment.