Skip to content

Commit

Permalink
Remove pre test action
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Aug 30, 2023
1 parent da5d034 commit 8abd65a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ env:
versionXcode: "14.3.1"

jobs:
verify-pr:
all-jobs:
name: Verify PR
runs-on: macos-13

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
- 'release/*'

jobs:
check-pr:
all-jobs:
name: Run UI Tests
runs-on: macos-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@
shouldUseLaunchSchemeArgsEnv = "YES"
language = "en"
region = "GB">
<PreActions>
<ExecutionAction
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Run Script"
scriptText = "killall Simulator&#10;defaults write com.apple.iphonesimulator ConnectHardwareKeyboard -bool false&#10;">
</ActionContent>
</ExecutionAction>
</PreActions>
<Testables>
<TestableReference
skipped = "NO">
Expand Down

0 comments on commit 8abd65a

Please sign in to comment.