Skip to content

Commit

Permalink
chore: scope ci for default
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Feb 20, 2025
1 parent 74384a7 commit ec0a259
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/_compile-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Build test assets
run: |
npm run sass
npm run sass --prefix packages/core
npm run sass --prefix packages/default
- name: Build swatch for a11y tests
run: |
Expand All @@ -48,12 +49,7 @@ jobs:
run: |
tar -cf themes.tar \
packages/default/dist/all.css \
packages/default/dist/default-ocean-blue-a11y.css \
packages/bootstrap/dist/all.css \
packages/classic/dist/all.css \
packages/fluent/dist/all.css \
packages/material/dist/all.css \
packages/utils/dist/all.css
packages/default/dist/default-ocean-blue-a11y.css
- name: Upload themes
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_create-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
theme: [default, bootstrap, material, classic, fluent]
theme: [default]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test-units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
theme: [default, bootstrap, material, classic, fluent]
theme: [default]

steps:

Expand Down

0 comments on commit ec0a259

Please sign in to comment.