Skip to content

Logs to debug issue with temporary unblock #419

Logs to debug issue with temporary unblock

Logs to debug issue with temporary unblock #419

Workflow file for this run

name: Test native code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Run native tests
working-directory: ./app/src/main/jni/tests
run: make run_tests