Skip to content

feat: specify compatibility with swift 5 (#5) #24

feat: specify compatibility with swift 5 (#5)

feat: specify compatibility with swift 5 (#5) #24

Workflow file for this run

name: React Native SDK Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
code-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run test
run: |
yarn
yarn run test
- name: Upload Test Report
uses: codecov/codecov-action@v3
with:
name: report
files: coverage/coverage-final.json