We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8a4f4 commit 37fd33aCopy full SHA for 37fd33a
.github/workflows/ci.yml
@@ -108,7 +108,12 @@ jobs:
108
- uses: ./.github/actions/setup
109
- name: build
110
run: pnpm vite build --mode=${{ matrix.BUILD || 'development' }}
111
- - name: test
+ env:
112
+ ALL_DEPRECATIONS_ENABLED: ${{ matrix.ALL_DEPRECATIONS_ENABLED }}
113
+ OVERRIDE_DEPRECATION_VERSION: ${{ matrix.OVERRIDE_DEPRECATION_VERSION }}
114
+ ENABLE_OPTIONAL_FEATURES: ${{ matrix.ENABLE_OPTIONAL_FEATURES }}
115
+ RAISE_ON_DEPRECATION: ${{ matrix.RAISE_ON_DEPRECATION }}
116
+ VITE_STABLE_DECORATORS: ${{ matrix.VITE_STABLE_DECORATORS }} - name: test
117
env:
118
ALL_DEPRECATIONS_ENABLED: ${{ matrix.ALL_DEPRECATIONS_ENABLED }}
119
OVERRIDE_DEPRECATION_VERSION: ${{ matrix.OVERRIDE_DEPRECATION_VERSION }}
0 commit comments