mirror of https://github.com/buresdv/Cork
~ CI adjustments
This commit is contained in:
parent
7c6164b583
commit
3bb26f4e87
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue