diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61f830f..4460953b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,17 +23,17 @@ jobs: - name: Typecheck files run: yarn typecheck - test: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 + # test: + # runs-on: ubuntu-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v4 - - name: Setup - uses: ./.github/actions/setup + # - name: Setup + # uses: ./.github/actions/setup - - name: Run unit tests - run: yarn test --maxWorkers=2 --coverage + # - name: Run unit tests + # run: yarn test --maxWorkers=2 --coverage # build-library: # runs-on: ubuntu-latest