admin: removed React-Native testing from CI
This commit is contained in:
parent
56fabe987b
commit
e85e32b8f7
54
.github/workflows/nodejs.yml
vendored
54
.github/workflows/nodejs.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user