diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-06-07 10:36:46 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-06-07 10:36:46 +0200 |
| commit | 84017ac4d662104c129a2e2c42499eb06fa6225b (patch) | |
| tree | b5a87edc0a383fb438fc8a8423729faf7d120ea4 /.github | |
| parent | abcc9ce053ea7c4eb6b4e598ef795b37fe3d2e7a (diff) | |
| download | mullvadvpn-84017ac4d662104c129a2e2c42499eb06fa6225b.tar.xz mullvadvpn-84017ac4d662104c129a2e2c42499eb06fa6225b.zip | |
Add the UITests xcconfig file when running screenshot tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios-screenshots-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml index 99557a6f61..7bc5cd670d 100644 --- a/.github/workflows/ios-screenshots-tests.yml +++ b/.github/workflows/ios-screenshots-tests.yml @@ -59,6 +59,7 @@ jobs: cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig cp Screenshots.xcconfig.template Screenshots.xcconfig cp Api.xcconfig.template Api.xcconfig + cp UITests.xcconfig.template UITests.xcconfig sed -i "" "s/MULLVAD_ACCOUNT_TOKEN = /MULLVAD_ACCOUNT_TOKEN = $TEST_ACCOUNT/g" Screenshots.xcconfig working-directory: ios/Configurations |
