Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jul 23, 2024
1 parent 730aade commit d2395c9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2395c9

Please sign in to comment.