Skip to content

Commit

Permalink
Revert "only run accounts test"
Browse files Browse the repository at this point in the history
This reverts commit 892f2dd.
  • Loading branch information
cortisiko committed Oct 22, 2024
1 parent b55fd6d commit e29fc08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ stages:
- run_tag_smoke_accounts_ios: {}
- run_tag_smoke_accounts_android: {}
# - run_tag_smoke_assets_ios: {}
# - run_tag_smoke_assets_android: {}
# - run_tag_smoke_confirmations_ios: {}
# - run_tag_smoke_confirmations_android: {}
- run_tag_smoke_assets_android: {}
- run_tag_smoke_confirmations_ios: {}
- run_tag_smoke_confirmations_android: {}
# - run_tag_smoke_swaps_ios: {}
# - run_tag_smoke_swaps_android: {}
# - run_tag_smoke_core_ios: {}
# - run_tag_smoke_core_android: {}
- run_tag_smoke_core_ios: {}
- run_tag_smoke_core_android: {}
build_regression_e2e_ios_android_stage:
workflows:
- ios_e2e_build: {}
Expand Down Expand Up @@ -746,7 +746,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -ex
cp -r "$BITRISE_SOURCE_DIR/artifacts" "$BITRISE_DEPLOY_DIR"
cp -r "$BITRISE_SOURCE_DIR/artifacts/screenshots" "$BITRISE_DEPLOY_DIR"
- [email protected]:
title: Deploy test screenshots
is_always_run: true
Expand Down Expand Up @@ -1004,7 +1004,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -ex
cp -r "$BITRISE_SOURCE_DIR/artifacts" "$BITRISE_DEPLOY_DIR"
cp -r "$BITRISE_SOURCE_DIR/artifacts/screenshots" "$BITRISE_DEPLOY_DIR"
- [email protected]:
is_always_run: true
run_if: .IsBuildFailed
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/accounts/import-wallet-account.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe(SmokeAccounts('Import account via private to wallet'), () => {
});

it('should import wallet and go to the wallet view', async () => {
// await importWalletWithRecoveryPhrase();
await importWalletWithRecoveryPhrase();
});

it('should be able to import account', async () => {
Expand Down

0 comments on commit e29fc08

Please sign in to comment.