Skip to content

Fix build break of Android test #136

Fix build break of Android test

Fix build break of Android test #136

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@v1
- uses: actions/checkout@v4
- name: Build
run: |
cd ios/MMKV
swift build
- name: Run tests
run: |
cd ios/MMKV
swift test