Skip to content

Commit 1f66029

Browse files
committed
Always run snapshot upload (to see snapshot on fail)
1 parent b32a47b commit 1f66029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: swift test --test-product swift-cross-uiPackageTests
4141
- name: Upload snapshot
4242
uses: actions/upload-artifact@v4
43+
if: always()
4344
with:
4445
name: snapshot
4546
path: snapshot.tiff

0 commit comments

Comments
 (0)