diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 858d37b..b29af10 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,6 +24,9 @@ jobs: java-version: 17 distribution: 'zulu' + - name: Run JVM Unit Tests + run: ./gradlew jvmTest --continue + - name: Run Debug Tests run: ./gradlew testDebugUnitTest --continue diff --git a/.gitignore b/.gitignore index 377b003..98985d4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ captures/ .cxx/ *.apk output.json +.kotlin/ # IntelliJ *.iml @@ -37,3 +38,20 @@ google-services.json **.DS_Store **/build + +#IOS +*.xcodeproj/xcuserdata/ +*.xcodeproj/project.xcworkspace/xcuserdata/ +*.xcworkspace/xcuserdata/ +DerivedData/ +*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +*.pbxuser +*.mode1v3 +*.mode2v3 +*.perspectivev3 +*.xcworkspace/ +!*.xcworkspace/contents.xcworkspacedata +xcuserdata/ +*.moved-aside +Pods/ +Podfile.lock \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 1e3bae8..8c929d6 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -13,11 +13,18 @@