diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e74fe1f3a9dd24..1a6f0cbf5227ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,18 +126,6 @@ jobs: if: steps.changed-files.outputs.only_changed != 'true' run: pnpm run test-build - - name: Test serve (sass legacy) - if: steps.changed-files.outputs.only_changed != 'true' - run: pnpm run test-serve playground/css/ - env: - TEST_SASS_LEGACY: 1 - - - name: Test build (sass legacy) - if: steps.changed-files.outputs.only_changed != 'true' - run: pnpm run test-build playground/css/ - env: - TEST_SASS_LEGACY: 1 - lint: timeout-minutes: 10 runs-on: ubuntu-latest