Skip to content

Commit

Permalink
Use multiline formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Fuller <[email protected]>
  • Loading branch information
tinder-garricnahapetian and tinder-cfuller authored Jan 30, 2024
1 parent ae5a2e0 commit 9a03c6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
- name: Delete snapshots
run: make delete-snapshots
- name: Record snapshots
run: xcodebuild test-without-building -scheme "Layout" -destination "name=$SIMULATOR,OS=latest"
run: >
xcodebuild
test-without-building
-scheme "Layout"
-destination "name=$SIMULATOR,OS=latest"
continue-on-error: true
- name: Validate recorded snapshots
run: test -z "$(git status --porcelain)"

0 comments on commit 9a03c6c

Please sign in to comment.