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 0d613cd commit eebe853Copy full SHA for eebe853
.github/workflows/build.yml
@@ -43,6 +43,8 @@ jobs:
43
- run: node ./bin/print-ci-env-public-url.js >> $GITHUB_ENV
44
- run: npm run ci:update-version
45
- run: npm run ci
46
+ env:
47
+ REACT_APP_GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
48
- run: mkdir -p /tmp/app${PUBLIC_URL} && cp -r build/* /tmp/app${PUBLIC_URL} && npx serve --no-clipboard -l 3000 /tmp/app &
49
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
50
- run: curl --insecure -4 --retry 7 --retry-connrefused http://localhost:3000 1>/dev/null
0 commit comments