Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-garricnahapetian committed Apr 16, 2024
1 parent 1279da9 commit 0ecfb3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ jobs:
run: >
xcodebuild
build-for-testing
-scheme "Layout"
-scheme "Layout-Package"
-destination "name=$SIMULATOR,OS=latest"
SWIFT_TREAT_WARNINGS_AS_ERRORS=YES
- name: Test
run: >
xcodebuild
test-without-building
-scheme "Layout"
-scheme "Layout-Package"
-destination "name=$SIMULATOR,OS=latest"
- name: Delete snapshots
run: make delete-snapshots
- name: Record snapshots
run: >
xcodebuild
test-without-building
-scheme "Layout"
-scheme "Layout-Package"
-destination "name=$SIMULATOR,OS=latest"
continue-on-error: true
- name: Validate recorded snapshots
Expand Down

0 comments on commit 0ecfb3e

Please sign in to comment.