Skip to content

Commit

Permalink
don't run swift test on GitHub CI
Browse files Browse the repository at this point in the history
Change-Id: Ib8d4a6b555e97fd1b484af32948a29a94a1669fa
  • Loading branch information
yangkx1024 committed Nov 23, 2023
1 parent 69b121f commit bf64917
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cd ios/MMKV; swift build
- name: Run tests
run: cd ios/MMKV; swift test
# Can't run test on GitHub's macOS machine
# - name: Run tests
# run: cd ios/MMKV; swift test

0 comments on commit bf64917

Please sign in to comment.