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