Skip to content

Commit

Permalink
Move steps to existing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-garricnahapetian committed Jan 30, 2024
1 parent 5d886ea commit ae5a2e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/superfluous-snapshots.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ jobs:
test-without-building
-scheme "Layout"
-destination "name=$SIMULATOR,OS=latest"
- name: Delete snapshots
run: make delete-snapshots
- name: Record snapshots
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 ae5a2e0

Please sign in to comment.