Skip to content

Commit 37fd33a

Browse files
committed
env vars in build
1 parent eb8a4f4 commit 37fd33a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@ jobs:
108108
- uses: ./.github/actions/setup
109109
- name: build
110110
run: pnpm vite build --mode=${{ matrix.BUILD || 'development' }}
111-
- name: test
111+
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
112117
env:
113118
ALL_DEPRECATIONS_ENABLED: ${{ matrix.ALL_DEPRECATIONS_ENABLED }}
114119
OVERRIDE_DEPRECATION_VERSION: ${{ matrix.OVERRIDE_DEPRECATION_VERSION }}

0 commit comments

Comments
 (0)