Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Jun 6, 2024
1 parent e739320 commit 4a91327
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- name: Checkout
uses: actions/[email protected]
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 15.4
- name: Install Mint
run: brew install mint
- name: Generate Xcode project
run: mint bootstrap && mint run xcodegen
- name: Build
run: xcodebuild -scheme CalciumApp build

0 comments on commit 4a91327

Please sign in to comment.