Skip to content

Commit

Permalink
break it
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 5, 2024
1 parent cd42a9b commit c80c921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
xcode-version: ${{ matrix.tooling.xcode-version }}

- name: Build example app
run: swift run BuildTool build-example-app --platform ${{ matrix.platform }} --swift-version ${{ matrix.tooling.swift-version }}
run: "false"

# We use this job as a marker that all of the required checks have completed.
# This allows us to configure a single required status check in our branch
Expand Down

0 comments on commit c80c921

Please sign in to comment.