diff options
| author | mojganii <mojgan.jelodar@codic.se> | 2025-05-13 09:33:36 +0200 |
|---|---|---|
| committer | mojganii <mojgan.jelodar@codic.se> | 2025-05-13 09:34:17 +0200 |
| commit | 18d3541fa17fbaf9de55d6dc3604332f793ba2b5 (patch) | |
| tree | 3ee3a446591a71c4e5ea7e6d6467995c414c4c44 /.github | |
| parent | c11f77af7934266aad8197014fa3da7cadb7b96b (diff) | |
| download | mullvadvpn-18d3541fa17fbaf9de55d6dc3604332f793ba2b5.tar.xz mullvadvpn-18d3541fa17fbaf9de55d6dc3604332f793ba2b5.zip | |
Build screenshots with MockRelease configuration
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios-screenshots-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml index b3816cc7ec..74589e8f0a 100644 --- a/.github/workflows/ios-screenshots-tests.yml +++ b/.github/workflows/ios-screenshots-tests.yml @@ -79,7 +79,7 @@ jobs: run: | set -o pipefail && env NSUnbufferedIO=YES xcodebuild \ -project MullvadVPN.xcodeproj \ - -scheme MullvadVPN \ + -scheme MullvadVPNScreenshotTests \ -testPlan MullvadVPNScreenshots \ -destination "platform=iOS Simulator,name=iPhone 16" \ -clonedSourcePackagesDirPath "$SOURCE_PACKAGES_PATH" \ |
