Skip to content

Commit

Permalink
Upate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Sep 18, 2024
1 parent 009d77e commit 19259e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
run: |
xcodebuild -version
swift --version
- uses: actions/checkout@v4
- name: Checkout submodules
run: |
git submodule update --init
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Unit Test for EditorCore
run: |
swift test --package-path Packages/EditorCore --quiet
Expand Down

0 comments on commit 19259e4

Please sign in to comment.