Skip to content

Commit

Permalink
test automatic sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Oct 10, 2024
1 parent 2229d2d commit db4f77a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
-scheme "DashSync-Example" \
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Crypto
working-directory: ./dashsync/Example
env:
Expand All @@ -70,7 +70,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan CryptoTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Derivations
working-directory: ./dashsync/Example
env:
Expand All @@ -82,7 +82,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan DerivationTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Libraries
working-directory: ./dashsync/Example
env:
Expand All @@ -94,7 +94,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan LibraryTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Governance
working-directory: ./dashsync/Example
env:
Expand All @@ -106,7 +106,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan GovernanceTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Payments
working-directory: ./dashsync/Example
env:
Expand All @@ -118,7 +118,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan PaymentTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Masternode Lists
working-directory: ./dashsync/Example
env:
Expand All @@ -130,7 +130,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan MasternodeListTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Wallet
working-directory: ./dashsync/Example
env:
Expand All @@ -142,7 +142,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan WalletTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Platform Transitions
working-directory: ./dashsync/Example
env:
Expand All @@ -154,7 +154,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan PlatformTransitionTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Transactions
working-directory: ./dashsync/Example
env:
Expand All @@ -166,7 +166,7 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan TransactionTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic
- name: Test Locks
working-directory: ./dashsync/Example
env:
Expand All @@ -178,4 +178,4 @@ jobs:
-workspace "DashSync.xcworkspace" \
-destination "platform=$platform,name=iPhone 13" \
-testPlan LockTests \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO
CODE_SIGN_STYLE=Automatic

0 comments on commit db4f77a

Please sign in to comment.