Add if: always() to "archive test report" action
This commit is contained in:
parent
d51026519a
commit
bb140aaff3
1
.github/workflows/ios-screenshots-tests.yml
vendored
1
.github/workflows/ios-screenshots-tests.yml
vendored
@ -57,6 +57,7 @@ jobs:
|
||||
working-directory: ios/
|
||||
|
||||
- name: Archive test report
|
||||
if: always()
|
||||
run: zip -r test-report.zip ios/xcode-test-report.xcresult
|
||||
|
||||
- name: Store test report artifact
|
||||
|
@ -17,6 +17,9 @@ UNINSTALL_APP_IN_TEST_SUITE_TEAR_DOWN = 1
|
||||
|
||||
// Mullvad accounts used by UI tests
|
||||
HAS_TIME_ACCOUNT_NUMBER =
|
||||
// Note that screenshots tests use the config=MockRelease (which uses a real account),
|
||||
// while UI tests use config=Staging (which uses Stagemole).
|
||||
// the Debug configuration is provided for developer convenience, and uses real accounts.
|
||||
|
||||
// Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host.
|
||||
AD_SERVING_DOMAIN = vpnlist.to
|
||||
|
Loading…
x
Reference in New Issue
Block a user