Skip to content

Commit cbcc5cd

Browse files
committed
Set flags on whole job
1 parent 527857c commit cbcc5cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ jobs:
185185
fail-fast: false
186186
matrix:
187187
shard: [1, 2, 3, 4]
188+
env:
189+
PRIMER_REACT_CSS_MODULES_TEAM: 1
190+
PRIMER_REACT_CSS_MODULES_STAFF: 1
191+
PRIMER_REACT_CSS_MODULES_GA: 1
188192
steps:
189193
- uses: actions/checkout@v4
190194
- name: Use Node.js 20.x
@@ -202,9 +206,6 @@ jobs:
202206
id: storybook
203207
working-directory: packages/react
204208
run: |
205-
export PRIMER_REACT_CSS_MODULES_TEAM=1
206-
export PRIMER_REACT_CSS_MODULES_STAFF=1
207-
export PRIMER_REACT_CSS_MODULES_GA=1
208209
npx serve -l 6006 storybook-static &
209210
pid=$!
210211
echo "pid=$pid" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)