Skip to content

Commit 0054656

Browse files
committed
jetzt?
1 parent 9db8565 commit 0054656

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
continue-on-error: true
6161
strategy:
6262
matrix:
63-
package: ['test-tag-name-transformer', 'theme-bwst', 'theme-default', 'theme-kern']
63+
package: ['test-tag-name-transformer', 'theme-bwst', 'theme-default', 'theme-kern', 'theme-ecl']
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout

.github/workflows/update-snapshots.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: theme-kern
3939
path: packages/themes/kern
4040
type: e2e
41+
- name: theme-ecl
42+
path: packages/themes/ecl
43+
type: e2e
4144
steps:
4245
- name: Checkout branch
4346
uses: actions/checkout@v6

0 commit comments

Comments
 (0)