~ CI adjustments

This commit is contained in:
David Bureš 2025-01-22 21:12:06 +01:00
parent 7c6164b583
commit 3bb26f4e87
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Build Application
name: Test Application
on:
pull_request:
branches:
@ -7,9 +7,14 @@ on:
branches:
- main
jobs:
build:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_16.1.app
- name: Fix plugins
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
- run: tuist install
- run: tuist test Cork