diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e34050297..870066fbe 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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: