diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc937f3c..5b97acbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,8 +192,26 @@ jobs: run: yarn build-demo - name: Integration tests (core) # Tests use 50% workers to reduce flakiness run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=core + - name: Integration tests (addon-attach) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-attach - name: Integration tests (addon-canvas) run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-canvas + - name: Integration tests (addon-clipboard) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-clipboard + - name: Integration tests (addon-fit) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-fit + - name: Integration tests (addon-image) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-image + - name: Integration tests (addon-search) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-search + - name: Integration tests (addon-serialize) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-serialize + - name: Integration tests (addon-unicode-graphemes) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-unicode-graphemes + - name: Integration tests (addon-unicode11) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-unicode11 + - name: Integration tests (addon-web-links) + run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-web-links - name: Integration tests (addon-webgl) run: yarn test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-webgl