Skip to content

Commit

Permalink
New workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Sep 4, 2022
1 parent b1b75a9 commit 213b2ac
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
# GitHub Actions for AudioKitUI
name: CI
name: Tests

on: [push, pull_request]
env:
XCODE_VER: latest-stable
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
test:
strategy:
matrix:
xcode_version: ['13.2']
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
- name: Check out AudioKitUI
uses: actions/checkout@v2
- name: Build AudioKitUI
run: |
set -euo pipefail
swift package clean
swift build --sanitize="address"
swift_test:
name: Test
uses: AudioKit/ci/.github/workflows/swift_test.yml@main
with:
scheme: AudioKitUI
platforms: iOS macOS
swift-versions: 5.5 5.6

0 comments on commit 213b2ac

Please sign in to comment.