WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Disable api calls

Disable api calls #116

Workflow file for this run

name: Сode-push CI
on:
pull_request:
branches:
- master
jobs:
Run-tests:
name: Test code-push-sdk
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup NodeJs
uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Setup dependencies
run: npm run setup
- name: Build
run: npm run build
- name: Run tests
run: npm run test