Skip to content

Commit

Permalink
Config to generate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Oct 6, 2023
1 parent f221811 commit 68f4c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/[email protected]
- uses: ./.github/actions/bootstrap
- name: Run UI Tests (Debug)
run: bundle exec fastlane test_swiftui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true
run: bundle exec fastlane test_swiftui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:true
timeout-minutes: 40
- name: Parse xcresult
if: failure()
Expand All @@ -139,6 +139,7 @@ jobs:
path: |
~/Library/Logs/scan
fastlane/test_output/snapshots
StreamVideoSwiftUITests/**/__Snapshots__/**/*.png
test-uikit-debug:
name: Test UIKit (Debug)
Expand Down

0 comments on commit 68f4c85

Please sign in to comment.