diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f633a6b7..44ec14d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,8 @@ jobs: with: {node-version: '18', cache: 'yarn'} - run: yarn - name: Check cycles for server target - continue-on-error: true run: yarn cycles:server - name: Check cycles for browser target - continue-on-error: true run: yarn cycles:browser - run: yarn test - uses: nowsprinting/check-version-format-action@v3