Skip to content

iOS: parse response body only for HTTP status 200 #13

iOS: parse response body only for HTTP status 200

iOS: parse response body only for HTTP status 200 #13

Workflow file for this run

name: PR for master
on:
pull_request:
types: ['opened', 'synchronize']
branches:
- 'master'
jobs:
build_and_deploy:
name: build test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Install Dependencies
run: npm install
- name: Test
run: npm run test
- name: Build
run: npm run build