Skip to content

Commit

Permalink
Update ui_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 23, 2024
1 parent 51678fd commit 04722bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ concurrency:
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
jobs:
playground:
name: Playground
runs-on: macos-12
steps:
- name: List SDKs
run: ls -la /Applications/Xcode_13.4.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
run_korean_tests:
if: false
name: Run Korean tests
runs-on: macos-12
env:
Expand Down Expand Up @@ -80,6 +87,7 @@ jobs:
if: always()
run: xcrun simctl delete $SIMULATOR_UDID
run_chinese_tests:
if: false
name: Run Chinese tests
runs-on: macos-12
env:
Expand Down

0 comments on commit 04722bd

Please sign in to comment.