Skip to content

Commit 27ef5fb

Browse files
GH action: fix routing of prefix setting (#1123)
1 parent 879cfb2 commit 27ef5fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- run: npm run ci
4747
env:
4848
REACT_APP_GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
49+
REACT_APP_GA_COOKIE_PREFIX: ${{ secrets.REACT_APP_GA_COOKIE_PREFIX }}
4950
- run: mkdir -p /tmp/app${PUBLIC_URL} && cp -r build/* /tmp/app${PUBLIC_URL} && npx serve --no-clipboard -l 3000 /tmp/app &
5051
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
5152
- run: curl --insecure -4 --retry 7 --retry-connrefused http://localhost:3000 1>/dev/null

0 commit comments

Comments
 (0)