Skip to content

Use ISO 8601 dates in CSV export #420

Use ISO 8601 dates in CSV export

Use ISO 8601 dates in CSV export #420

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