Skip to content

Commit

Permalink
Remove example build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Apr 12, 2024
1 parent 7ba28a6 commit 021e114
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,3 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
build-example:
runs-on: blaze/macos-14
strategy:
matrix:
target: [iOS]
include:
- target: iOS
destination: '-destination "platform=iOS Simulator,name=Any iOS Simulator Device"'
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Environment
uses: pkgxdev/setup@v2
with:
+: tuist.io/xcbeautify
- name: Build App
run: |-
cd Example
set -o pipefail && xcodebuild build -project SwiftAudio.xcodeproj -scheme SwiftAudio ${{ matrix.destination }} | xcbeautify --renderer github-actions

0 comments on commit 021e114

Please sign in to comment.