From 9a03c6c97f107c15ce1514b5a1e648e4f08bc57e Mon Sep 17 00:00:00 2001 From: Garric Nahapetian Date: Tue, 30 Jan 2024 11:48:22 -0800 Subject: [PATCH] Use multiline formatting Co-authored-by: Christopher Fuller --- .github/workflows/swift.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e02b5b19..74b6917e 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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)"