admin: removed React-Native testing from CI

This commit is contained in:
Richard Moore 2022-05-20 23:46:40 -04:00
parent 56fabe987b
commit e85e32b8f7

View File

@ -69,33 +69,33 @@ jobs:
- name: Run tests
run: npm run test-browser-${{ matrix.module }}
test-react-native:
runs-on: macos-latest
# Temporary for testing CI
continue-on-error: true
strategy:
fail-fast: false
steps:
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies (and link per package)
run: npm ci
- name: Build CommonJS and ESM (from TypeScript)
run: npm run build-all
- name: Run tests
run: npm run test-react
# test-react-native:
#
# runs-on: macos-latest
#
# # Temporary for testing CI
# continue-on-error: true
#
# strategy:
# fail-fast: false
#
# steps:
# - name: Use Node.js 12.x
# uses: actions/setup-node@v1
# with:
# node-version: 12.x
#
# - name: Checkout repository
# uses: actions/checkout@v2
#
# - name: Install dependencies (and link per package)
# run: npm ci
#
# - name: Build CommonJS and ESM (from TypeScript)
# run: npm run build-all
#
# - name: Run tests
# run: npm run test-react
coverage: