Skip to content

Commit 829a516

Browse files
committed
fixup
1 parent 37fd33a commit 829a516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ jobs:
113113
OVERRIDE_DEPRECATION_VERSION: ${{ matrix.OVERRIDE_DEPRECATION_VERSION }}
114114
ENABLE_OPTIONAL_FEATURES: ${{ matrix.ENABLE_OPTIONAL_FEATURES }}
115115
RAISE_ON_DEPRECATION: ${{ matrix.RAISE_ON_DEPRECATION }}
116-
VITE_STABLE_DECORATORS: ${{ matrix.VITE_STABLE_DECORATORS }} - name: test
116+
VITE_STABLE_DECORATORS: ${{ matrix.VITE_STABLE_DECORATORS }}
117+
- name: test
117118
env:
118119
ALL_DEPRECATIONS_ENABLED: ${{ matrix.ALL_DEPRECATIONS_ENABLED }}
119120
OVERRIDE_DEPRECATION_VERSION: ${{ matrix.OVERRIDE_DEPRECATION_VERSION }}

0 commit comments

Comments
 (0)