Skip to content

chore(deps): bump fast-xml-parser from 4.3.5 to 4.4.1 (#16) #56

chore(deps): bump fast-xml-parser from 4.3.5 to 4.4.1 (#16)

chore(deps): bump fast-xml-parser from 4.3.5 to 4.4.1 (#16) #56

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@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: report
files: coverage/coverage-final.json