Skip to content

Merge pull request #42 from a7ex/fix/Xcode-15-Support #95

Merge pull request #42 from a7ex/fix/Xcode-15-Support

Merge pull request #42 from a7ex/fix/Xcode-15-Support #95

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -c release --disable-sandbox --arch arm64 --arch x86_64
- name: Run tests
run: swift test -v
- uses: actions/upload-artifact@v3
with:
name: xcresultparser
path: .build/apple/Products/Release/xcresultparser