Skip to content

Fix build break of Android test #142

Fix build break of Android test

Fix build break of Android test #142

Workflow file for this run

name: Swift Test
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v2
- uses: actions/checkout@v4
- name: Build
run: |
cd ios/MMKV
swift build
- name: Run tests
run: |
cd ios/MMKV
swift test