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
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user