From bc8210737c9d76bb1c2c301b034173676bc4f927 Mon Sep 17 00:00:00 2001 From: robrechtme Date: Thu, 2 May 2024 15:15:54 +0200 Subject: [PATCH] chore: pass with no tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6297ef1..2abd781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: ./.github/actions/setup - name: Run unit tests - run: yarn test --maxWorkers=2 --coverage + run: yarn test --maxWorkers=2 --coverage --passWithNoTests build-library: runs-on: ubuntu-latest @@ -99,7 +99,7 @@ jobs: - name: Build example for Android env: - JAVA_OPTS: "-XX:MaxHeapSize=6g" + JAVA_OPTS: '-XX:MaxHeapSize=6g' run: | yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"