Skip to content

Handle successful test with failed assertions during Junit report generation #308

Handle successful test with failed assertions during Junit report generation

Handle successful test with failed assertions during Junit report generation #308

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
fail-fast: false
matrix:
xcode_version: [ latest-stable, 15 ]
arch: [ "arm64-apple-macosx" ]
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: ${{ matrix.xcode_version }}
- name: Build
run: swift build -v -c release --triple ${{ matrix.arch }}